aspose file tools
The moose likes JSF and the fly likes Restore View and f:selectItems component Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Restore View and f:selectItems component" Watch "Restore View and f:selectItems component" New topic
Author

Restore View and f:selectItems component

Venkat Sadasivam
Ranch Hand

Joined: May 10, 2008
Posts: 139
I am using <f:selectItems> tag to display list options in a dropdown box. When submitting the form, it throws validation issue says, invalid option.

I assume JSF expect same list to be available during the restore view, which is costly since I am retrieving the options from database.

Is there any workaround for this problem?


“Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ”<br>
-Martin Fowler
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Restore View and f:selectItems component
 
Similar Threads
How to Implement search facility in Trinidad combo box.
drop down list question
Populate Backing Bean Exception Handling
need to render tooltip with <f:selectItems> used with <h:selectOneMenu>
<h:selectOneMenu> problem