R: model bean from a servlet

2009-02-10 Thread Gianluca Musella
ing List > Oggetto: Re: model bean from a servlet > > Hi Gianluca > > Why do you do this ,s2 is use to replace on control layer of MVC and model > be put in valueStack on current thread,it 's diffcultly to visit it in > other thread! > --

Re: model bean from a servlet

2009-02-10 Thread Jack Qu
2009 7:06 AM To: Subject: model bean from a servlet Hello list, Is possible to access the model bean from a std servlet? I think this is possible, because s2 store this model into the session (or request) object, and presents it to the getModel() method of an action implementing the ScopedModelD

model bean from a servlet

2009-02-08 Thread Gianluca Musella
Hello list, Is possible to access the model bean from a std servlet? I think this is possible, because s2 store this model into the session (or request) object, and presents it to the getModel() method of an action implementing the ScopedModelDriven. If this, I only need the name of this object.