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]