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

rengar do-not-reply at jboss.com
Thu Mar 1 06:48:25 EST 2007


-If I put in web.xml : 


  |     <!-- Ajax4jsf (must come first!) -->
  |     
  |     <filter>
  |         <display-name>Ajax4jsf Filter</display-name>
  |         <filter-name>ajax4jsf</filter-name>
  |         <filter-class>org.ajax4jsf.Filter</filter-class>
  |     </filter>
  |     
  |     <filter-mapping>
  |         <filter-name>ajax4jsf</filter-name>
  |         <url-pattern>*.seam</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>
  | 
  | 

-My pages go wild. Don't catch styles, don't align with "align=center",...

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

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



More information about the jboss-user mailing list