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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...