eval captures the output from one or more tags, which define doesn't do.

[EMAIL PROTECTED] wrote:

>Actually, struts-bean.tld has a define tag which does the same thing (no
>custom eval tag necessary):
>
><bean:define id="idValue" name="somebean" property="id"/>
><html:link href="somepage.jsp?action=someaction&id=<%= idValue %>" >link
>text</html:link>
>


Reply via email to