Hello
I have custom tag which gives me a value
<bean:write name="messagestag" property="messageId" filter="true"/>
I want to be able to use this value in a scriptlet, how can I do this?
I want to do somehthing like
<% String messageId= <bean:write name="messagestag" property="messageId"
filter="true"/> ;
String newMessageId = "http:/localhost?messageId=" + messageId;
%>
How can I do this?
Cheers
Tony
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com