Re: entity translation question

2008-09-28 Thread Gianluca Musella
Thank you Dave, you help me twice only today. Gianluca 2008/9/29 Dave Newton <[EMAIL PROTECTED]>: > --- On Sun, 9/28/08, Gianluca Musella wrote: >> In my jsp I have this [...] >> >> >> >> The result html is: >> >> some text >> >> There is a way to output directly html tags? > > Use the "escape"

Re: entity translation question

2008-09-28 Thread Dave Newton
--- On Sun, 9/28/08, Gianluca Musella wrote: > In my jsp I have this [...] > > > > The result html is: > > some text > > 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 -