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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...