-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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...