[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

adrien.loyat do-not-reply at jboss.com
Thu Jun 28 06:05:26 EDT 2007


			<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#4058652

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




More information about the jboss-user mailing list