Moving from Struts 1.0.2 to 1.2.7. Encountering problems

2005-10-19 Thread pantichd
Hello, We are in process of moving to different IDE and at same time have decided to upgrade to Struts 1.2.7. Started out with a just two pages from an app that is running fine in our current environment. It consists of a login page and a viewPrices.jsp page. Upon valid login the user is

Re: Moving from Struts 1.0.2 to 1.2.7. Encountering problems

2005-10-19 Thread Kishore Senji
action path=/login type=com.firstenergycorp.hep.LoginAction name=rtpForm scope=session input=login.jsp forward name=viewPrices path=viewPrices.jsp/ /action In the above configuration try for the forward's path as /viewPrices.jsp instead of viewPrices.jsp