How can I evaluate an expression into a parameter of a BodyTag handler? For
example:
<% String paramValue="xyz"; %>
<mytags:myBodyTag responseType="expression">
.....
</mytags:myBodyTag>
where in place of 'expression' I tried to write 'paramValue.toString()' and
'<%=paramValue.toString()%>', but the expression is never evaluated!
Thanks.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets