[
http://jira.jboss.com/jira/browse/JBSEAM-2056?page=comments#action_12390163 ]
Pete Muir commented on JBSEAM-2056:
-----------------------------------
Ah no, they are specified as initialisation parameters to the filter, so they have to be
specified in components.xml
Add a way to specify the type of Richfaces HTML parser for a
particular view in components.xml
----------------------------------------------------------------------------------------------
Key: JBSEAM-2056
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2056
Project: JBoss Seam
Issue Type: Feature Request
Affects Versions: 2.0.0.CR2
Reporter: Adrian Mitev
Assigned To: Pete Muir
Priority: Minor
Fix For: 2.0.1.GA
Here is a sample code for this
<context-param>
<param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
<param-value>TIDY,NEKO,NONE</param-value>
</context-param>
<context-param>
<param-name>org.ajax4jsf.xmlparser.TIDY</param-name>
<param-value>/pages/repeater.xhtml,/pages/tabs.xhtml</param-value>
</context-param>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira