RE: trouble retrieving a request parameter with struts2 tags

2009-06-06 Thread Martin Gainty
yes that works for john doe but those of us with irish names like patrick o'donnell would need the tick mark escaped ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollt

Re: trouble retrieving a request parameter with struts2 tags

2009-06-06 Thread Dimitrios Christodoulakis
With a little bit more searching I found the escapeAmp attribute of the tag. That did the trick: Thanks! On Sat, Jun 6, 2009 at 10:41 AM, Dimitrios Christodoulakis wrote: > Thank you for the information. That ofnl expression actually worked. > The textfield is populated with the value taken fr

Re: trouble retrieving a request parameter with struts2 tags

2009-06-06 Thread Dimitrios Christodoulakis
Thank you for the information. That ofnl expression actually worked. The textfield is populated with the value taken from the URL parameter. But something strange happens when I try to put more parameters on the request: So the link forms like this: http://localhost

Re: S2: setting caching-related response headers on *.action?

2009-06-06 Thread Paweł Wielgus
Hi Bas, i don't know what You are trying to achieve here but if it's not caching of Your sites read my post here: http://poulwiel.blogspot.com/2009/01/browser-back-button-and-caching-problem.html Best greetings, Paweł Wielgus. 2009/6/5 Bas Schulte : > Hi, > > I want all response of my action han