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+
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
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
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
---
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
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
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:
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
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
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
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
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
12 matches
Mail list logo