Problems with request parameters.

2003-03-13 Thread Margarita Manterola
Hi! I'm a newbie trying to use struts. I'm just trying to set a parameter to the request object, but won't work. Can anyone tell me where I made my mistake? I have a System.out.println and it prints alright, but the message never arrives to the jsp page, the default value is printed instead.

RE: Problems with request parameters.

2003-03-13 Thread Margarita Manterola
El jue, 13-03-2003 a las 15:35, Zheng, Gang escribió: forward name=success path=/pages/pepita.jsp/ redirect=false I got the same result :(. I took this from a struts example (struts-upload), I think it should work as it is. Might be because I'm using Tomcat 3? Or maybe because I'm using

Re: How do you keep your session junk free?

2003-03-07 Thread Margarita Manterola
El vie, 07-03-2003 a las 13:00, Jose Gonzalez Gomez escribió: Please, don't take this as criticism to Struts. I think Struts is a great framework and I'm using it and will be using it in whatever J2EE project I do, but maybe we could start thinking a level above... what do you think?

Problem with Monkey examples

2003-03-05 Thread Margarita Manterola
Hi! I'm a newbie, trying to get a taste of struts. I'm using Tomcat 3, and I've put all the struts libraries and jars in the apps folder, so that all the apps have access to them. The struts applications (documentation, templates, etc) seem to be working fine. However, I've downloaded the