[richfaces-issues] [JBoss JIRA] Updated: (RF-7607) web.xml context-param org.ajax4jsf.VIEW_HANDLERS should allow newlines

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jul 27 10:17:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-7607:
-------------------------------

          Component/s: core
        Fix Version/s: Future
    Affects Version/s: 3.3.2.CR1
             Assignee: Nick Belaevski


> web.xml context-param org.ajax4jsf.VIEW_HANDLERS should allow newlines
> ----------------------------------------------------------------------
>
>                 Key: RF-7607
>                 URL: https://jira.jboss.org/jira/browse/RF-7607
>             Project: RichFaces
>          Issue Type: Feature Request
>          Components: core
>    Affects Versions: 3.3.2.CR1
>         Environment: java 1.5
> myfaces 1.2.3
> rf 3.2.1.CR8
> facelets 1.1.14
>            Reporter: Andreas Höhmann
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>
> if i need multiple viewhandlers (faclets) the context-param org.ajax4jsf.VIEW_HANDLERS is the right place ... but ... there is limitation ... all defined viewhandlers must places in ONE line (no linebreaks).
> current version:
>   <context-param>
>     <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
>     <param-value>
>       com.sun.facelets.FaceletViewHandler,de.ahoehma.jsf.ReverseProxyViewHandler
>     </param-value>
>   </context-param>
> preferred version:
>   <context-param>
>     <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
>     <param-value>
>       com.sun.facelets.FaceletViewHandler,
>       de.ahoehma.jsf.ReverseProxyViewHandler
>     </param-value>
>   </context-param>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list