If you have a menu.xhtml with the following:
<rich:toolBarGroup>
<h:outputText value="#
<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
- is duplicated by
-
JBIDE-3526 Code assist/validation/hyperlinks for EL variables that come from <ui:param/>
- Closed
- is related to
-
JBIDE-4515 Seam Validator should recognize parameters from foo.page.xml in the "Context variable cannot be resolved" validation rule for foo.xhtml
- Closed
- relates to
-
JBIDE-508 page.xml param code completion
- Closed