Re: Problem with request.setAttribute

2005-10-27 Thread rajasekhar . cherukuri
Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Problem with request.setAttribute Hi, I have a observed a peculiar behaviour with Struts. We cannot use request.setAttribute() while passing values from JSP to Action class. It works fine if i do it fr

Problem with request.setAttribute

2005-10-27 Thread Deepa Khetan
Hi, I have a observed a peculiar behaviour with Struts. We cannot use request.setAttribute() while passing values from JSP to Action class. It works fine if i do it from Action to JSP. but when i use it in JSP and retreive value in Action class, it results in null. Can anyone please explain why th