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 ... result name=success type=chainviewJob/result ... If I want to chain to an action in a different namespace, I have to set it up like. ... result name=success

Re: [OS-webwork] Chaining Actions

2004-02-18 Thread Mike Porter
for 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 another

RE: [OS-webwork] Chaining Actions

2004-02-17 Thread Mathias Berg
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 another named

RE: [OS-webwork] Chaining Actions

2004-02-16 Thread Jason Carreira
Title: Message The ActionChainResult tells it to execute another named Action after executing this Action. The full set of Interceptors and the Result of that Action will be executed in turn. If you apply the ChainingInterceptor to this Action to which you are chaining, it will copy the

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 returning