I have an h:selectOneMenu that contains an s:selectItems and an ec:convertEntity. With or
without the convertEntity, I can not get the property the selectOneMenu is bound to be
anything other than null.
anonymous wrote :
| <h:selectOneMenu value="#{employee.siEmpType}"> <s:selectItems
value="#{employeeTypeList}"
| var="empType" label="#{empType.siEmployeeTypeName}"
noSelectionLabel="Select Type" /> <ec:convertEntity />
| </h:selectOneMenu>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120209#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...