Hello,
I saw some discussion on dynamic includes but haven't found anything that works yet. Here is what I want to do:
 
<webwork:include value="<webwork:property value="$content"/>"/>
 
The $content is just a request variable that may be a jsp page reference, a webwork action, some other static or dynamic page. Is this possible within webwork? Trying the above gives the following exception:
 
org.apache.jasper.compiler.ParseException: /template.jsp(146,57) Attribute $content has no value
at org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:563)
 
Thanks,
Erik

Reply via email to