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