Re: Scope interceptor / Practical Apache Struts 2

2009-08-14 Thread spsarolkar
this message in context: http://www.nabble.com/Scope-interceptor---Practical-Apache-Struts-2-tp15487610p24971259.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Scope interceptor / Practical Apache Struts 2

2008-07-19 Thread Phan Le
Hi, I have found and used scope plugin in [1]. It seems to be quite good and have most of the features I need. 1.http://cwiki.apache.org/S2PLUGINS/scope-plugin.html On 18/07/2008, at 11:11 PM, tonalnagual wrote: Selckin wrote: Hello, In Chapter 6 of Practical Apache Struts 2 Web 2.0

Re: Scope interceptor / Practical Apache Struts 2

2008-07-18 Thread tonalnagual
/interceptors -- View this message in context: http://www.nabble.com/Scope-interceptor---Practical-Apache-Struts-2-tp15487610p18528647.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe

Re: Scope interceptor / Practical Apache Struts 2

2008-07-18 Thread tonalnagual
in context: http://www.nabble.com/Scope-interceptor---Practical-Apache-Struts-2-tp15487610p18528890.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Scope interceptor / Practical Apache Struts 2

2008-02-14 Thread Selckin
Hello, In Chapter 6 of Practical Apache Struts 2 Web 2.0 Projects, It explains how to use the scope interceptor to create sort of wizard pages. I've been trying to figure these out, but cannot get this to work. Even the included example (downloadable from

Re: Scope interceptor / Practical Apache Struts 2

2008-02-14 Thread Ian Roughley
I just re-ran my local version of the code without problems, and verified that the base class does have a getModel() and setModel() methods. If you contact me off-list I can supply another copy of the code, that might be a resolution. Did you have any problems running the code from chapter