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

Parameter validation for ui:include, ui:decorate and s:decorate

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Duplicate
    • Icon: Major Major
    • LATER
    • 2.0.0.CR1
    • jsf, seam2
    • None
    • Documentation (Ref Guide, User Guide, etc.)

      If you have a menu.xhtml with the following:

      <rich:toolBarGroup>
      <h:outputText value="#

      {projectName}:"/>
      <s:link view="/home.xhtml" value="Home"/>
      </rich:toolBarGroup>

      #{projectName}

      gets an invalidation warning.

      That is not really correct since you can have e.g a template.xhtml with:
      <ui:include src="menu.xhtml">
      <ui:param name="projectName" value="work12eapsvn"/>
      </ui:include>

      similar issue is affected by ui:decorate and s:decorate

            alexeykazakov Alexey Kazakov
            manderse@redhat.com Max Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: