[jboss-user] [JBoss Seam] - Problems with scopes
amitev
do-not-reply at jboss.com
Thu Aug 30 19:33:21 EDT 2007
Hi all! I have defined ajax4jsf skin to point to a seam component
<context-param>
| <param-name>org.ajax4jsf.SKIN</param-name>
| <param-value>#{user.skinName}</param-value>
| </context-param>
|
But i got a strange error - if the scope of "user" is not "session" ajax4jsf throws an exception that the skin value is null, with session scope it works. Idea what's the problem here?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079809#4079809
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079809
More information about the jboss-user
mailing list