[Struts 2] and tags adding unwanted HTML code

2006-09-15 Thread Labey Sébastien
Hi, I was using Struts 1.2.8 and I'm now discovering Struts 2 and some new tags. I'm transforming an .html page designed with CSS only (no , , ) to an .jsp page with Struts tags and I'm surprised to see that the source code generated when using , and contains some html code with , , around

[Strust2] how does Interceptor work?

2006-09-26 Thread Labey Sébastien
Hi, I'm new to Struts2 and i don't really understand how does Interceptor technique work. I have made my own interceptor that implements Interceptor interface. I place it in struts.xml with my action. It's OK, before invoking my action, i go through my interceptor in the intercept() method. But

RE: [Strust2] how does Interceptor work?

2006-09-27 Thread Labey Sébastien
e result execution, so for your case it seems you'd have to setup the PreResultListener, and put the ActionProxy method lookup and reflective call bit in there as well. If you post your Interceptor to the list, that might help also. Dave On Tue, 2006-09-26 at 12:11 +0200, Labey Sébastien

[Struts2] problem with links and Firefox

2006-09-28 Thread Labey Sébastien
Hi, I have a strange problem : I have 2 links in my page to change the locale. The "english" and the "french" link are not build the same way (for tests...) but the 2 solutions give the url that I want in the end. <%/* anglais */%> en