| Author |
problem with checkbox
|
Ramachandran Sreejith
Greenhorn
Joined: Aug 09, 2008
Posts: 9
|
|
Hi, I am facing a problem with check box in JSF when loading the jsp the onclick method calling, when checking the check box nothing happens.... I have to show a data Table with in the same page according to the check box click. Thanks Sreejith
|
 |
Himanshu Gupta
Ranch Hand
Joined: Aug 18, 2008
Posts: 598
|
|
Do you want to show the table without submitting it? You do have to submit the entire form for this if you want adopt the straight way. For any type of interaction you have to give a request to the server.
|
My Blog SCJP 5 SCWCD 5
|
 |
Ramachandran Sreejith
Greenhorn
Joined: Aug 09, 2008
Posts: 9
|
|
Hi Himanshu, I am solved the problem, its due to checkbox tag out side the h:form thanks Sreejith
|
 |
 |
|
|
subject: problem with checkbox
|
|
|