Just manager to get things working by adding the following to web.xml
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
<context-param>
<param-name>org.apache.myfaces.SERIAL_FACTORY</param-name>
<param-value>org.apache.myfaces.JbossSerialFactory</param-value>
</context-param>
Andy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980206#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...