[jboss-user] [JBoss Seam] - Re: EntityConverter - when and how?

norman.richards@jboss.com do-not-reply at jboss.com
Sat Mar 31 23:39:52 EDT 2007


No, it would look like this: 


  | <h:selectOneMenu value="#{search.category}">
  |     <s:convertEntity />
  |     <s:selectItems value="#{allCategories.resultList}" var="category"              
  |                            label="#{category.name}"
  |                            noSelectionLabel="ANY" />
  | </h:selectOneMenu>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033494#4033494

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033494



More information about the jboss-user mailing list