Re: [OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
I added "a" second example to the wiki. here http://wiki.opensymphony.com/space/Webwork+-+Why+would+I+use+Action+Chaining%3F Bar viewFoo /foo Matthew Payne wrote: I added an second example to the wiki here http://wiki.opensymphony.com/space/Webwork+-+Why+would+I+

Re: [OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
I added an second example to the wiki here http://wiki.opensymphony.com/space/Webwork+-+Why+would+I+use+Action+Chaining%3F Matthew Payne wrote: I figured it out. If I want to chain to an action in the same package/namespace, I can just to ... viewJob ... If I want to cha

Re: [OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
I figured it out. If I want to chain to an action in the same package/namespace, I can just to ... viewJob ... If I want to chain to an action in a different namespace, I have to set it up like. ... viewJob /jobs

[OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
What is the syntax for chaining to an action in a different package? I know what I have below is wrong. . . . . . /WEB-INF/vm/CreateCronTrigger.vm ../job/viewJob /WEB-INF/vm/CreateCronTrigger.vm Thanks, Matt ---

RE: [OS-webwork] Chaining Actions

2004-02-18 Thread Jason Carreira
Title: Message Yep. That's it. -Original Message-From: Mike Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 8:27 PMTo: [EMAIL PROTECTED]Subject: Re: [OS-webwork] Chaining Actions So,   If I want my parameters from Action1 appli

Re: [OS-webwork] Chaining Actions

2004-02-18 Thread Mike Porter
the group and get confirmation that I did this correct.   Mike - Original Message - From: Jason Carreira To: [EMAIL PROTECTED] Sent: Monday, February 16, 2004 5:58 PM Subject: RE: [OS-webwork] Chaining Actions The ActionChainResult tells it to execute

RE: [OS-webwork] Chaining Actions

2004-02-17 Thread Jason Carreira
AMTo: '[EMAIL PROTECTED]'Subject: RE: [OS-webwork] Chaining Actions so if parameter1 is null from JSP to Action1 and is set to parameter1=2 in Action1, and then chain to Action2. Should the parameter1 be null or 2?   tricky question :)   For me the result gets:  

RE: [OS-webwork] Chaining Actions

2004-02-17 Thread Mathias Berg
7;t i overrided the value from the jsp in Action1?   /Mathias. -Original Message-From: Jason Carreira [mailto:[EMAIL PROTECTED]Sent: den 17 februari 2004 02:58To: [EMAIL PROTECTED]Subject: RE: [OS-webwork] Chaining Actions The ActionChainResult tells it to execute an

RE: [OS-webwork] Chaining Actions

2004-02-16 Thread Jason Carreira
properties from the previous Action (and anything else on the ValueStack) to this Action.   Let me know if that's not clear... -Original Message-From: Mike Porter [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 5:44 PMTo: [EMAIL PROTECTED]Subject: [OS-we

[OS-webwork] Chaining Actions

2004-02-16 Thread Mike Porter
Title: Message Gang,   I am having a little trouble getting my actions to chain correctly.   In fact, I am slightly unclear what the difference between the ActionChainResult result-type and the ChainingInterceptor interceptor is.   I want to execute two actions and have the results of actio

Re: [OS-webwork] Chaining actions

2003-02-05 Thread Philipp Meier
On Wed, Feb 05, 2003 at 12:49:02PM +0100, Joel Cordonnier wrote: > > Hi > In the process of porting an IBM WPS application to Webwork, i have the followin >question: > Webwork views are not tied to Actions. Great. But If i want some action to retrieve >some XML stream when the "execute" is retur

[OS-webwork] Chaining actions

2003-02-05 Thread Joel Cordonnier
Hi In the process of porting an IBM WPS application to Webwork, i have the followin question: Webwork views are not tied to Actions. Great. But If i want some action to retrieve some XML stream when the "execute" is returning true, what's the best solution ? To define in the view.properties: myacti