[
http://jira.jboss.com/jira/browse/JBSEAM-2056?page=all ]
Pete Muir closed JBSEAM-2056.
-----------------------------
Resolution: Rejected
I think this is better specified via web.xml - in fact, I don't think we ever should
have put any parameters into components.xml. I will deprecate this.
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