Haven't gotten it to work just yet.  Just one of those minor
enhancements that you can't justify spending an entire day on.  I'll
keep woroking at it though.  Thanks all for your input and knowledge.

On Thu, Apr 15, 2010 at 3:59 AM, Upasana Sharma <sharma...@gmail.com> wrote:
> Hi
>
> I put these in my project and its working for me.
>
> I created a blank file called welcome.
>
> In struts.xml
>
> <package name="default" namespace="/" extends="struts-default">
> <default-action-ref name="welcome"/>
>  <action name="welcome" class="com.upasana.WelcomeAction">
>  <result name="SUCCESS">WelcomePage.jsp</result>
> </action>
> </package>
>
> In web.xml
>
> <welcome-file-list>
> <welcome-file>welcome</welcome-file>
> </welcome-file-list>
>
> Thanks and Regards
> Upasana Sharma
> <http://www.mydomain.com/package/DOESNOTEXIST.action>
>

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

Reply via email to