Hello

I have a <bean:write> tag

<bean:write name="messagestag" property="messageId" filter="true"/>

And want to assign this value to a variable I can use it in a scriptlet,ie
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, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to