[jboss-user] [JBoss Seam] - Re: pageflow, validation and redisplay
pete.muir@jboss.org
do-not-reply at jboss.com
Fri Jun 22 05:26:10 EDT 2007
If you mean a Java 5 enum, then your JSF isn't going to work.
<h:selectOneMenu value="#{person.salutation}" required="true">
| <s:enumItem label="#{messages.salutationMr}" enumValue="MR" />
| <s:enumItem label="#{messages.salutationMrs}" enumValue="MRS" />
| <s:convertEnum />
| </h:selectOneMenu>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056785#4056785
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056785
More information about the jboss-user
mailing list