[richfaces-issues] [JBoss JIRA] Moved: (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:00:29 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski moved AJSF-146 to RF-7607:
-----------------------------------------
Project: RichFaces (was: Ajax4jsf)
Key: RF-7607 (was: AJSF-146)
> 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
> Environment: java 1.5
> myfaces 1.2.3
> rf 3.2.1.CR8
> facelets 1.1.14
> Reporter: Andreas Höhmann
>
> 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