I would like put my question simply like this:
in jsp,
<%! String test="java"; %>
<%=test%>
i got bold Java
try to have same thing from struts2
<s:set name="test" value="%{'java'}">
<s:property value="#test" /> i got
java
back,which is not what i want. here the actual
value is sitting from valuestack.
--
View this message in context:
http://www.nabble.com/strust2-tag-question-tp25771990p25771990.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]