aspose file tools
The moose likes JSF and the fly likes inputHidden causing conversion problems Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "inputHidden causing conversion problems" Watch "inputHidden causing conversion problems" New topic
Author

inputHidden causing conversion problems

Jamie Williams
Ranch Hand

Joined: Mar 31, 2006
Posts: 70
I have a hiddenInput field for each row in a datatable so I can restore default values to a date field, but as soon as I add this hidden field I need for my javascript function to work I get conversion errors! I am assuming this is because the hidden input field is trying to set it's value to the backing object - but I don't want to do this! Is there any way to just set a hidden value somewhere for each row of a datatable but not have it try to submit the value? Thanks in advance!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: inputHidden causing conversion problems
 
Similar Threads
Gather dataTable with selectOneMenu to bean
Assigning Key Values to Multiple Submit Buttons
Servlet Sessions
How to give a h:inputHidden element an initial value and bind it to a backing bean?
passing hidden field value to backing bean