Re: problem in of struts-config.xml file..

2007-10-17 Thread Zarar Siddiqi
Try putting the redirect="true" on the global forward instead of the action forward like this: The rest seems OK. Zarar On 10/17/07, Srhan <[EMAIL PROTECTED]> wrote: > > Hi, > I've web.xml file in which I've index.jsp as my welcome files list. > > index.jsp >

problem in of struts-config.xml file..

2007-10-17 Thread Srhan
Hi, I've web.xml file in which I've index.jsp as my welcome files list. index.jsp in index.jsp I've struts logic redirect tag. In struts-config.xml file I've the following in And I've the following login action.. Once I try to run