[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

lowecg2004 do-not-reply at jboss.com
Wed Feb 14 17:00:56 EST 2007


I have aligned my filter mapping to that on the link you gave:

<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>
  |   <servlet-name>Faces Servlet</servlet-name>
  |   <dispatcher>REQUEST</dispatcher>
  |   <dispatcher>FORWARD</dispatcher>
  |   <dispatcher>INCLUDE</dispatcher>
  | </filter-mapping>

But still no ajax4jsf components are rendered.

Cheers,

Chris.

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

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



More information about the jboss-user mailing list