[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1116) Parameter validation for ui:include, ui:decorate and s:decorate

Max Andersen (JIRA) jira-events at lists.jboss.org
Thu Oct 18 09:04:04 EDT 2007


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

                 Key: JBIDE-1116
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1116
             Project: JBoss Tools
          Issue Type: Feature Request
          Components: JSF, Seam
    Affects Versions: 2.0.0.CR1
            Reporter: Max Andersen
             Fix For: LATER


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


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list