So when index.jsp executes <logic:redirect action="/Welcome"/> which
mapping would be followed?
Thanks, Peter

> Hi,
> 
> the first ones goes through a action classes, and the second one is just a 
> forward action which would only forward to the welcome.jsp
> 
> Thanks,
> 
> Nuwan
> 
> 
> ----- Original Message ----- 
> From: "Peter Milne" <[EMAIL PROTECTED]>
> To: "Struts User List" <user@struts.apache.org>
> Sent: Sunday, February 18, 2007 11:55 AM
> Subject: Mailreader Welcome ActionMapping
> 
> 
> >I notice in the Mailreader ver 1.3.5 app that struts-config.xml contains
> > 2 ActionMappings for Welcome.jsp, what's the reason for this?
> >
> >        <!-- Display welcome page -->
> >        <action
> >                path="/Welcome"
> >
> > type="org.apache.struts.apps.mailreader.actions.WelcomeAction">
> >            <forward
> >                    name="Success"
> >                    path="/Welcome.jsp"/>
> >        </action>
> >
> >        <!-- Display welcome page -->
> >        <action
> >                path="/Welcome"
> >                forward="/Welcome.jsp"/>
> >
> >
> > ---------------------------------------------------------------------
> > 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]
> 


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

Reply via email to