You can do action chaining such as with the Struts Chaining project.

I wrote my own version ....  it isn't that hard...

----- Original Message -----
From: "Chen, Gin" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 10:39 AM
Subject: Proper way to Link


> Hi all,
>    I have two action classes that used to handle separate forms that I
want
> to merge into one.
> Rather than delete one of the action classes I will just have the mappings
> for it go from the previous file to it.
>    So I have dummy handlers in the first file that does a return new
> ActionForward("/blah.do"); to get to the second action.
> Just out of curiousity. Is this the proper way to "link" actions? Is there
a
> better way? I'm sure alot of people do this just to break up larger
actions
> to make it more managable but I can't find any references for this on the
> Struts site and via Google ("Linking Struts Actions")
> Thanks.
> -Tim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to