Hi Heiko, 

you should define the following for a request URI like logon.do:

<action path="/candiLogon"
 
type="axa.colonia.candi.candistruts.CandiLogonAction"
                        name="candiLogonForm"
                        scope="session"
                        validate="false" 
                        unknown="false">
                        <forward name="success" path="/candiMainMenue.jsp"
redirect="false"/>
</action>

You define a forward name and this one can be read in your *Action.class
like: 'return (mapping.findForward("success"));'

Oliver

-----Ursprüngliche Nachricht-----
Von: Seeberger, Heiko [mailto:[EMAIL PROTECTED]]
Gesendet am: Mittwoch, 24. Januar 2001 10:07
An: Struts-User Mailinglist (E-Mail)
Betreff: How can I declare local forwards in an ActionMapping

Hi,

I am a struts newbie and I want to declare local forwards in an
<action-mapping> in struts-config.xml. How can I do that? With the forwards
attribute? But how is the syntax?

Thank's for your help!

Bye
Heiko

Reply via email to