--- On Sun, 9/28/08, Gianluca Musella wrote:
> In my jsp I have this [...]
> 
> <s:property value="'<b>some text</b>'"/>
> 
> The result html is:
>
> &lt;b&gt;some text&lt;/b&gt;
> 
> There is a way to output directly html tags?

Use the "escape" attribute, shown in the documentation at:

http://struts.apache.org/2.x/docs/property.html

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to