You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by sifman <si...@mweb.co.za> on 2003/03/12 22:04:03 UTC

Action Forwarding Issue

How can I forward to another action class sending a parameter as well from
an action class?

I know that to forward to an url you go like this:

------------BEGIN CODE EXTRACT--------------------
  return (mapping.findForward("detail"));
------------END CODE EXTRACT--------------------

with the action mapping as follows:

------------BEGIN CODE EXTRACT--------------------
<forward name="detail" path="/views/detailAccount.jsp" />
------------END CODE EXTRACT--------------------

Gerrit



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Action Forwarding Issue

Posted by Robert Taylor <rt...@mulework.com>.
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg14224.html

robert

> -----Original Message-----
> From: sifman [mailto:sifman@mweb.co.za]
> Sent: Wednesday, March 12, 2003 4:04 PM
> To: struts-user@jakarta.apache.org
> Subject: Action Forwarding Issue
>
>
> How can I forward to another action class sending a parameter as well from
> an action class?
>
> I know that to forward to an url you go like this:
>
> ------------BEGIN CODE EXTRACT--------------------
>   return (mapping.findForward("detail"));
> ------------END CODE EXTRACT--------------------
>
> with the action mapping as follows:
>
> ------------BEGIN CODE EXTRACT--------------------
> <forward name="detail" path="/views/detailAccount.jsp" />
> ------------END CODE EXTRACT--------------------
>
> Gerrit
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org