[jboss-user] [JBoss Seam] - Converter

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


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



More information about the jboss-user mailing list