Re: Struts 1.2 in Tomact 5.0 giving ERRORS...

2009-07-05 Thread pasanewa
-H > > On Fri, Jul 3, 2009 at 10:40 AM, pasanewa wrote: >> >> I was using Tomcat 4.1 and Struts..I was doing fine. Until i tried to use >> EL. >> But EL can only be used in Tomcat 5.0. So i installed Tomcat 5.0 and >> uninstalled Tomcat 4.0. >> But then ther

Struts 1.2 in Tomact 5.0 giving ERRORS...

2009-07-03 Thread pasanewa
I was using Tomcat 4.1 and Struts..I was doing fine. Until i tried to use EL. But EL can only be used in Tomcat 5.0. So i installed Tomcat 5.0 and uninstalled Tomcat 4.0. But then there came lots of ERRORS. I changed the CLASSPATH to servlet-api.jar(new version) BUT there still are errors. I th

Displaying data from one Form to another

2009-07-01 Thread pasanewa
I have 2 forms. 1. List Page 2. Edit page I have an actionForm and a Action Class for both the forms. When a Submit button is cicked in List Page for one DATA(a row), that DATA must be displayed in the Edit Page for correction. so in the Submit() function in Action1 (Listpage), How CAN I SET