<s:decorate template="layout/display.xhtml">
| <ui:define name="label">Type de collectivité</ui:define>
| <h:selectOneMenu id="typecol"
value="#{colList.col.typecol}" >
| <s:selectItems value="#{typecolList.resultList}"
var="untypcol" label="#{untypcol.nom}"
noSelectionLabel="Select..." hideNoSelectionLabel="false"/>
| <s:convertEntity />
| </h:selectOneMenu>
| </s:decorate>
|
I'am looking at the doc references to see if something has changed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058652#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...