Hi ,
I have dialog box opening from a main
jsp page, say "list.jsp". I have put the dialog inside another jsp called details.jsp and included the same inside the list.jsp as follows
I am using primefaces component libraries for the dialog box.
The details.jsp (i.e the dialog) contains an edit button(a command button).
But when I click the edit button ,nothing is happening.
But if I put the button directly inside the list.jsp, the editAction method is getting invoked.
How can I get this working , from the included detals.jsp? Can anybody help?
Thanks in advance.
Shaiju