[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9636) Wrong Load Strategy in web.xml in JBoss Seam/Portlet Project

Joao Viragine (JIRA) jira-events at lists.jboss.org
Thu Sep 1 12:27:26 EDT 2011


Wrong Load Strategy in web.xml in JBoss Seam/Portlet Project
------------------------------------------------------------

                 Key: JBIDE-9636
                 URL: https://issues.jboss.org/browse/JBIDE-9636
             Project: Tools (JBoss Tools)
          Issue Type: Bug
         Environment: JBDS 4.1
            Reporter: Joao Viragine


When we create a Seam Web Project with JBoss Seam Portlet Facet, JBDS generates a wrong JBoss Seam/Portlet Project as follow:

JBDS generates a Load Strategy as NONE and it should be DEFAULT.

<context-param>
    <param-name>org.richfaces.LoadStyleStrategy</param-name>
    <param-value>NONE</param-value>
  </context-param>
  <context-param>
    <param-name>org.richfaces.LoadScriptStrategy</param-name>
    <param-value>NONE</param-value>
  </context-param>

When we use a Load Strategy as NONE, the Portlet doesn't properly load the css and js.

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