[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2056) Add a way to specify the type of Richfaces HTML parser for a particular view in components.xml

Adrian Mitev (JIRA) jira-events at lists.jboss.org
Sat Oct 6 03:56:03 EDT 2007


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
            Priority: Minor


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

        



More information about the seam-issues mailing list