[jboss-user] [JBoss Seam] - SelectOne

KoniKoni do-not-reply at jboss.com
Wed Apr 18 15:31:04 EDT 2007


I have this peace of code:

<a4j:region renderRegionOnly="false">
  |                                         <h:selectOneMenu id="hrs" value="#{kfz.hersteller}" required="true" 
  |                                             <s:selectItems value="#{herstellersList}" var="her" label="#{her.bezeichnung}" noSelectionLabel="Bitte waehlen..." />
  | <f:converter converterId="myConverter" />
  |                                             <a4j:support event="onchange" action="#{fahrzeugin.setKmodel}"
  |                                                          reRender="modelsel" />
  |                                         </h:selectOneMenu>
  |                                     </a4j:region>
  | 

There are a way to read out in converter #{herstellersList} without factory methode will fired? 

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

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



More information about the jboss-user mailing list