File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes problem with checkbox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "problem with checkbox" Watch "problem with checkbox" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem with checkbox
 
Similar Threads
checkbox
checkbox selection problem
Check Box in JTable header
Enable combo box when check box is checked
select and unselecting checkboxes based on clicking a check box