Re: how to keep object from action to action

2007-10-08 Thread Ted Husted
On 10/8/07, Zoran Avtarovski <[EMAIL PROTECTED]> wrote: > My guess would be that it's being left to the authors of the various S2 > books to deal with. There isn't any kind of master plan. We're all volunteers, and people contribute what they can, when they can, usually based on what we need to do

Re: how to keep object from action to action

2007-10-08 Thread Zoran Avtarovski
Thanks Sami, I apologise. I know that there are a few different solutions around. We use a our own custom interceptor which works for us. My point was more that I think that action chaining is probably the feature of S2 I find most trying. I suspect that of the work would be in improving the docu

Re: how to keep object from action to action

2007-10-07 Thread Sami Dalouche
> action2 and result jsp, like on drawing > >> > >> my1.html -(myobject.id)-> action1.save -(myobject)-> action2.edit > >> -(myobject)-> my2.jsp -> my2.html > >> > >> I do not want to load this object in action2.edit if it was already load

Re: how to keep object from action to action

2007-10-07 Thread Zoran Avtarovski
my2.html >> >> I do not want to load this object in action2.edit if it was already loaded >> in action1.save. >> >> Can struts2 pass objects from action to action? >> >> Thanks. >> >> >> -- >> View this message in cont

Re: how to keep object from action to action

2007-10-07 Thread Ted Husted
ts2 pass objects from action to action? > > Thanks. > > > -- > View this message in context: > http://www.nabble.com/how-to-keep-object-from-action-to-action-tf4569127.html#a13040888 > Sent from the Struts - User mailing list archive at Nabble.com.

RE: how to keep object from action to action

2007-10-04 Thread Jiang, Jane (NIH/NCI) [C]
: RE: how to keep object from action to action Yes, this is it. How to setup StrutsSpringObjectFactory as current? web.xml? struts.xml? Thanks. Jiang, Jane (NIH/NCI) [C] wrote: > > If you use org.apache.struts2.spring.StrutsSpringObjectFactory as your > object factory, and you define

RE: how to keep object from action to action

2007-10-04 Thread ros
n. > > -- View this message in context: http://www.nabble.com/how-to-keep-object-from-action-to-action-tf4569127.html#a13043532 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [

RE: how to keep object from action to action

2007-10-04 Thread Jiang, Jane (NIH/NCI) [C]
You should set the scope of your pojo to be "request" if that is what you want. The default is singleton. -Original Message- From: ros [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 11:32 AM To: user@struts.apache.org Subject: RE: how to keep object from action to

RE: how to keep object from action to action

2007-10-04 Thread ros
Spring > beans and have them injected to your action. > > -Original Message- > From: ros [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 04, 2007 10:21 AM > To: user@struts.apache.org > Subject: how to keep object from action to action > > > Hi! >

RE: how to keep object from action to action

2007-10-04 Thread Jiang, Jane (NIH/NCI) [C]
If you use the Spring framework, you can define your object as Spring beans and have them injected to your action. -Original Message- From: ros [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 10:21 AM To: user@struts.apache.org Subject: how to keep object from action to

how to keep object from action to action

2007-10-04 Thread ros
dy loaded in action1.save. Can struts2 pass objects from action to action? Thanks. -- View this message in context: http://www.nabble.com/how-to-keep-object-from-action-to-action-tf4569127.html#a13040888 Sent from the Struts - User mailing list archive a