[jboss-user] [JBoss Seam] - Re: Converter

KoniKoni do-not-reply at jboss.com
Thu Apr 19 07:06:26 EDT 2007


With follow code i don't need to iterate through a list i get a value directly: 

  public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, String value) {
  |           
  |         SetDataModel sd = (SetDataModel) Component.getInstance("fillList");
  |        
  |        Filliale fill=   (Filliale) sd.getRowData();


Why use almost examples iterating through a list?

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

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



More information about the jboss-user mailing list