[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter --> I go wild page

SergeySmirnov do-not-reply at jboss.com
Thu Mar 1 15:42:00 EST 2007


add forceparser as an init param set to false

i.e. :


  <display-name>Ajax4jsf Filter</display-name>
  <filter-name>ajax4jsf</filter-name>
  <filter-class>org.ajax4jsf.Filter</filter-class>
  <init-param>
   <param-name>forceparser</param-name>
   <param-value>false</param-value>
  </init-param> 

<filter-mapping>

also, add to the filter mapping the following lines:
  REQUEST
  FORWARD
  INCLUDE



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

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



More information about the jboss-user mailing list