[jboss-user] [JBoss Seam] - Re: UISelectOne: Value is not a valid option.
petemuir
do-not-reply at jboss.com
Wed Sep 6 15:08:32 EDT 2006
That error message normally occurs when the submitted value is not one of the possible values (i.e. the submitted value is not an item in #{bankAccountStatusList}). What scope is #{bankAccountStatusList} outjected into (is a long-running conversation in process)?
A way to fix is to override equals in BankAccountStatus to compare on id equality rather than object instance equality.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969840#3969840
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969840
More information about the jboss-user
mailing list