[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code
monkeyden
do-not-reply at jboss.com
Thu Jun 14 16:49:57 EDT 2007
Ah, my mistake, I guess EL doesn't qualify as a runtime expression.
<tag>
| <name>include</name>
| <tag-class></tag-class>
| <tei-class></tei-class>
| <body-content>JSP</body-content>
| <description>The include tag can point at any Facelet which might use the composition tag, component tag, or simply be straight XHTML/XML. It should be noted that the src path does allow relative path names, but they will always be resolved against the original Facelet requested. The include tag can be used in conjunction with multiple <ui:param/> tags to pass EL expressions/values to the target page.</description>
| <attribute>
| <name>src</name>
| <required>true</required>
| <rtexprvalue>false</rtexprvalue>
| <description>A literal or EL expression that specifies the target Facelet that you would like to include into your document.</description>
| </attribute>
| </tag>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054539#4054539
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054539
More information about the jboss-user
mailing list