[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

baz do-not-reply at jboss.com
Wed Feb 21 07:33:57 EST 2007


I have used quote instead of code so the xml is somewhat corrupted.
The correct way to configure ajax4jsf is:
 <filter>
  |   <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>
  | <filter-mapping>
  |   <filter-name>ajax4jsf</filter-name>
  |    <url-pattern>/faces/*</url-pattern>  
  | </filter-mapping>
  |     <context-param>     
  |       <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>     
  |       <param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>   
  |     </context-param>        
  | 

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

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



More information about the jboss-user mailing list