RE: Action class calling other Action class

2004-03-01 Thread Ramadoss Chinnakuzhandai
: Gopalakrishnan, Jayesh [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 5:18 PM To: Struts Users Mailing List Subject: RE: Action class calling other Action class You could do this by just forwarding to an action mapping entry for ActionClassB. In you action mapping for ActionClassA, have multiple

RE: Action class calling other Action class

2004-03-01 Thread Ramadoss Chinnakuzhandai
: Gopalakrishnan, Jayesh [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 5:18 PM To: Struts Users Mailing List Subject: RE: Action class calling other Action class You could do this by just forwarding to an action mapping entry for ActionClassB. In you action mapping for ActionClassA, have

RE: Action class calling other Action class

2004-03-01 Thread Hubert Rabago
[mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 5:18 PM To: Struts Users Mailing List Subject: RE: Action class calling other Action class You could do this by just forwarding to an action mapping entry for ActionClassB. In you action mapping for ActionClassA, have multiple

RE: Action class calling other Action class

2004-03-01 Thread Raj Atchutuni
: Action class calling other Action class You could do this by just forwarding to an action mapping entry for ActionClassB. In you action mapping for ActionClassA, have multiple forwards. And the logic in ActionClassA would forward to whichever, with 1 of them being ActionClassB. type

RE: Action class calling other Action class

2004-02-27 Thread Gopalakrishnan, Jayesh
You could do this by just forwarding to an action mapping entry for ActionClassB. In you action mapping for ActionClassA, have multiple forwards. And the logic in ActionClassA would forward to whichever, with 1 of them being ActionClassB. action path=/actionA