| 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
|
 |
 |
|
|
subject: Restore View and f:selectItems component
|
|
|