Re: Struts2 - troubles with ParameterAware

2007-08-23 Thread Zoran Avtarovski
Sorry about the late reply, but better ate than never. All you need to do is have a setPar(String par) method in your action and it's automagically invoked when extending parameteraware (t may even be invoked generally, I can't remember). Z. > file set: > > Launch JSP page: TestActionParam.jsp

Re: Struts2 - troubles with ParameterAware

2007-08-22 Thread Riccardo Mollame
Thanks anyway, I'll try it immediately... All my best Riccardo ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html ---

Re: Struts2 - troubles with ParameterAware

2007-08-22 Thread Dave Newton
--- Riccardo Mollame <[EMAIL PROTECTED]> wrote: > WHERE'S THE DAMN PROBLEM?!? The "params" interceptor [1] does not do what you think it does. You are assuming you have implemented ParameterAware [2, sorta], which is different. d. [1] http://struts.apache.org/2.x/docs/parameter

Re: Struts2 - troubles with ParameterAware

2007-08-22 Thread meeboo
I think that you'll need to declare the param, something in the likes of... /ActionParam.jsp {1} not sure though since I don't have the time to thoroughly look through the code :p Riccardo Mollame wrote: > > file set: > > Launch JS