Re: How to keep quotation marks

2010-04-05 Thread Alex Rodriguez Lopez
No problem, at least you are not asking where to download hibernate ;D Em 05-04-2010 15:35, Craig Ricciuto escreveu: Thank you very muchthat was so easy...can't believe I didn't find that while searching. I guess I need to upgrade my searching abilities a bit, heh. I used the escape attribu

Re: How to keep quotation marks

2010-04-05 Thread Craig Ricciuto
Thank you very muchthat was so easy...can't believe I didn't find that while searching. I guess I need to upgrade my searching abilities a bit, heh. I used the escape attribute (set it to false) and worked like a charm. Thanks again. On Mon, Apr 5, 2010 at 10:14 AM, Alex Rodriguez Lopez < al

Re: How to keep quotation marks

2010-04-05 Thread Alex Rodriguez Lopez
Try escape or escapeJavaScript atributes of tag, never used them but maybe are helpful for your situation http://struts.apache.org/2.x/docs/property.html Em 05-04-2010 15:06, Craig Ricciuto escreveu: Hi there. I've run into situation that I'm not quite sure how to resolve. In one of my acti

How to keep quotation marks

2010-04-05 Thread Craig Ricciuto
Hi there. I've run into situation that I'm not quite sure how to resolve. In one of my action classes I create a string from data from my database. This string though is actually supposed to be some Javascript that I use in the resulting JSP but the quotation marks when being output by Struts2 cha