There is a method:

public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, 
String value) {

I like to get a List that declarated as datamodel from conversation context:

So like under just jsf:

 Object object = 
            FacesContext
                .getCurrentInstance()
                    .getExternalContext()
                        .getRequestMap()
                            .get("myBean2");

In annotation doesn't work:
 @In Set fillList;

The problem is that jsf conversation context doesn't now.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038823
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to