Re: Scope interceptor / Practical Apache Struts 2

2009-08-14 Thread spsarolkar
Hello Ian, I am facing the same problem. I tried adding dependency as selkin said as follows com.googlecode.struts2scopeplugin struts2-scope-plugin 1.0.3 But printing the same error Can you please supply me another copy of the code .

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
Selckin wrote: > > 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 > http:

Re: Scope interceptor / Practical Apache Struts 2

2008-07-18 Thread tonalnagual
Selckin wrote: > > 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 > http:

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 5?