You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by samsun <gr...@barcap.com> on 2009/10/06 18:23:04 UTC

strust2 tag question

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org