[jboss-user] [JBoss Seam] - Re: Seam performance concerns
mgrouch
do-not-reply at jboss.com
Tue Jul 24 15:56:17 EDT 2007
How do I set ajax4jsf forceparser to false with Seam 2.0?
There used to be ajax4jsf filter but not anymore.
I want to disable ajax4jsf tidying up output on each request.
With older Seam version I could do this...
| + <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>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067161#4067161
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067161
More information about the jboss-user
mailing list