Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9636

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • 3.3.0.Beta1
    • None
    • portal-gatein
    • None
    • Low

      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.

            snjeza_jira Snjezana Peco (Inactive)
            rhn-sales-jviragin João Paulo Viragine
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: