| Author |
commandButton not working from an included JSP
|
Shaiju scientia
Greenhorn
Joined: Jan 17, 2006
Posts: 15
|
|
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
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
"Shaiju", please check your private messages for an important administrative matter prior to your next post.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: commandButton not working from an included JSP
|
|
|