[jboss-user] [JBoss Seam] - Re: Problem with ajax4jsf, page actions, @Begin and stateful

pbrewer_uk do-not-reply at jboss.com
Tue Nov 14 09:41:15 EST 2006


Upon futher investigation, this appears to be related to using ajax4jsf. I can revert back to a version without ajax4jsf that works, and then after integrating ajax4jsf the problem previously outlined occurs.

I thought this may be caused by the view handler that ajax4jsf uses, but it use the standard facelets view handler (see below). Anyway, if anyone has any thoughts let me know,

Cheers, Pete.

web.xml

  |     <context-param>
  |         <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  |         <param-value>com.sun.facelets.FaceletViewHandler</param-value>
  |     </context-param>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985793#3985793

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985793



More information about the jboss-user mailing list