[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-2690) Facelets & Richfaces integration: view handler should be registered in web.xml

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Sep 1 11:45:39 EDT 2008


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

Alexey Kazakov updated JBIDE-2690:
----------------------------------

    Issue Type: Feature Request  (was: Bug)


There is a difference in Richfaces settings for JSP and Facelets.
For Facelets projects we should add FaceletViewHandler to web.xml
and remove it from faces-config (it was added there by facelet installation).
But for JSP projects we should NOT to do it.

Our custom capability feature don't do such thing. It can just add some text into some files. And add some libs also.
It can't analyze project's settings/configs and it can't remove anything.

We need special wizard for richfaces capability or we have to improove our "add custom capabilirty" feature.
Anyway it's a feature request.

I don't think we can do it for 3.0.0.
Max?

> Facelets & Richfaces integration: view handler should be registered in web.xml
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-2690
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2690
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: integration
>            Reporter: Nick Belaevski
>            Assignee: Alexey Kazakov
>             Fix For: 3.0.0.beta1
>
>
> Addition of Facelets capabilities to Richfaces project should register FaceletViewHandler in web.xml as 
>  <context-param> 
>   <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
>   <param-value>com.sun.facelets.FaceletViewHandler</param-value>
>  </context-param>
> but in faces-config.xml.
> To reproduce:
> 1. Add JSF capabilities to existing project
> 2. Add Richfaces capabilities
> 3. Add Facelets capabilities
> view handler is registered in faces-config.xml, but the right setup for Richfaces projects is to declare it in web.xml 

-- 
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 jbosstools-issues mailing list