[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-9768) Add RichFaces tag library declaration to RichFaces portlet project

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Sep 23 12:17:26 EDT 2011


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

Alexey Kazakov updated JBIDE-9768:
----------------------------------

         Assignee: Alexey Kazakov
    Fix Version/s: LATER


> Add RichFaces tag library declaration to RichFaces portlet project
> ------------------------------------------------------------------
>
>                 Key: JBIDE-9768
>                 URL: https://issues.jboss.org/browse/JBIDE-9768
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JSF
>            Reporter: Miroslav Cupak
>            Assignee: Alexey Kazakov
>            Priority: Minor
>             Fix For: LATER
>
>
> When you generate a JSF portlet project with RichFaces libraries, the RichFaces part is not really as ready for use as it could be - e.g. LoadStyleStrategy and LoadScriptStrategy are set to NONE so you have to include the relevant scripts manually and when you add a JSF portlet to the project, the pages which are created do not contain RichFaces tag library declaration. I don't see any JSF template containing the declaration for RichFaces either, which means you have to find and add it by yourself.
> My suggestion would be to have templates for JSF pages with RichFaces among other JSF/JSP templates and/or have something like this
> {code:xml}
>  <ui:composition
>       xmlns="http://www.w3.org/1999/xhtml"
>       xmlns:f="http://java.sun.com/jsf/core"
>       xmlns:ui="http://java.sun.com/jsf/facelets"
>       xmlns:h="http://java.sun.com/jsf/html"
>       xmlns:a4j="http://richfaces.org/a4j"
>       xmlns:rich="http://richfaces.org/rich">
> ...
> {code}
> instead of something like this
> {code:xml}
> <ui:composition
>       xmlns="http://www.w3.org/1999/xhtml"
>       xmlns:f="http://java.sun.com/jsf/core"
>       xmlns:ui="http://java.sun.com/jsf/facelets"
>       xmlns:h="http://java.sun.com/jsf/html">
> ...
> {code}
> in generated JSF pages when the RichFaces libraries are included in the project.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list