just have your forward in the action go to something
the servlet will pick up

<forward name="success" path="/AnotherAction.do"/>

and just

mapping.findForward("success");

Note that this may not be syntatically correct...


sandeep
--- Benjamin Stewart <[EMAIL PROTECTED]>
wrote:
> 
> Can you point me in the right direction, none of my
> books talk about it, 
> cant find examples etc.
> 
> Ben
> 
> Dan Tran wrote:
> 
> >Yes;)
> >
> >
> >----- Original Message ----- 
> >From: "Benjamin Stewart"
> <[EMAIL PROTECTED]>
> >Newsgroups: Struts
> >Sent: Sunday, July 06, 2003 6:59 PM
> >Subject: Action forward to another action without
> form
> >
> >
> >  
> >
> >>Greetings,
> >> I have a form that submits values. From the
> Action class I would (in 
> >>some circumstances) like to go directly to another
> action class and then 
> >>forward to a view. Is this possible ?
> >>
> >>Thanks
> >>Ben
> >>    
> >>
> >
>
>---------------------------------------------------------------------
> >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]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to