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

Substituted EL variable is not properly evaulated

XMLWordPrintable

    • Hide

      1. Create JSF 1.2 project with facelets using template FaceletsQuickStartWithRILibs
      2. Open <JSF project>/webContent/pages/greeting.xhtml
      3. Replace text <ui:composition template="templates/common.xhtml"> with <ui:composition template="#

      {request.contextPath}

      templates/common.xhtml"> within page
      4. Page is not rendered properly template common.xhtml is not found
      5. Define substituted EL Expression with name 'request.contextPath' and value '/' via menu Page Design > Substituted EL Expression > Add..

      Page should be displayed properly and template should be found but it's not. Variable request.contextPath is evaulated to empty string

      Show
      1. Create JSF 1.2 project with facelets using template FaceletsQuickStartWithRILibs 2. Open <JSF project>/webContent/pages/greeting.xhtml 3. Replace text <ui:composition template="templates/common.xhtml"> with <ui:composition template="# {request.contextPath} templates/common.xhtml"> within page 4. Page is not rendered properly template common.xhtml is not found 5. Define substituted EL Expression with name 'request.contextPath' and value '/' via menu Page Design > Substituted EL Expression > Add.. Page should be displayed properly and template should be found but it's not. Variable request.contextPath is evaulated to empty string

          yradtsevich Yahor Radtsevich (Inactive)
          vpakan Vlado Pakan (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

            Created:
            Updated:
            Resolved: