Re: geText from Action encodes html entities

2008-09-08 Thread Esteve Camps Chust
ok, thanks to all. I'll try all this solutions. 2008/9/1 Gabriel Belingueres <[EMAIL PROTECTED]> > encode the response using ISO-8859-1 charset. > > 2008/9/1, Esteve Camps Chust <[EMAIL PROTECTED]>: > > Hi all, > > > > I'm having a problem whe

geText from Action encodes html entities

2008-09-01 Thread Esteve Camps Chust
Hi all, I'm having a problem when using getText action method. This method gets a text from package.properties file. Its value is an spanish text, containing some encoded chars (for instance, estación, for 'estación'). When displaying this I get 'estaci&on. My package.properties files is UTF-8 en

Re: Jasypt and Struts2/Spring/JPA(Hibernate)

2008-06-27 Thread Esteve Camps Chust
ok Dave, for the moment I had no found what I was looking for, but it's true sometime's we ask to lists before accessing the docs. I will take a look at Jasypt website again. Thanks and sorry to bother you ;) Esteve 2008/6/27 Dave Newton <[EMAIL PROTECTED]>: > --- On Fri, 6/

Jasypt and Struts2/Spring/JPA(Hibernate)

2008-06-27 Thread Esteve Camps Chust
Hi, has anyone coded this? May you send any example? Thanks to all ;) Esteve

Re: struts2: render JSP from action class

2008-06-23 Thread Esteve Camps Chust
He, it worked Jeromy. Thanks you very much for this solution. Esteve 2008/6/23 Jeromy Evans <[EMAIL PROTECTED]>: > Esteve Camps Chust wrote: > >> The problem is "renderJSP" method, so it constructs a customized JSP with >> username data. For example, "

Re: struts2: render JSP from action class

2008-06-23 Thread Esteve Camps Chust
2008/6/23 Dave Newton <[EMAIL PROTECTED]>: > --- On Mon, 6/23/08, Esteve Camps Chust <[EMAIL PROTECTED]> wrote: > > May you help me once again and guide me on the code? I've been > > trying to do what you said me, but I cann't get it run. > > What specifica

Re: struts2: render JSP from action class

2008-06-23 Thread Esteve Camps Chust
y Evans <[EMAIL PROTECTED]>: > Esteve Camps Chust wrote: > >> hi all, >> >> this is my first email at struts list. I am a new user to struts2. I'm >> trying to get working the next scenario: having a mailer class, I want the >> message text be

struts2: render JSP from action class

2008-06-21 Thread Esteve Camps Chust
hi all, this is my first email at struts list. I am a new user to struts2. I'm trying to get working the next scenario: having a mailer class, I want the message text be a rendered JSP. The action class calls a mailer class; this composes the mail from the rendering result of a jsp element (it wou