]
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: