Re: scopedModelDriven and ScopedModelDrivenInterceptor

2017-11-05 Thread Yasser Zamani
On 11/6/2017 4:12 AM, albert kao wrote: > please provide more explanation and source code examples. I think it is like ModelDriven but in ModelDriven you can have the model only in that action but in ScopedModelDriven you can have the model shared between actions in larger scopes `request` (de

scopedModelDriven and ScopedModelDrivenInterceptor

2017-11-05 Thread albert kao
I am a Struts2 beginner. I saw the scopedModelDriven and ScopedModelDrivenInterceptor mentioned in chapter 14 "Migration from Struts Classic" in the "Struts 2 in Action" book by "Donald Brown, ...". The Struts2 documentation said: "public interface ScopedMod