I don't understand how this is "the same problem" as anything else discussed in
this thread...?
And I'm not sure what you are trying to say.... that @Out(scope=SESSION) is
broken? This seems very unlikely...
By the way, given defaulting, etc, you can write the above code simply as:
@Out(scope=ScopeType.SESSION)
private Locale locale = new Locale("en", "", "");
@Out(scope=ScopeType.SESSION)
private List filetypes = new ArrayList();
@In
private Locale locale;
@In(value = "filetypes")
private List knownFileTypes;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949328#3949328
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949328
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user