From: <fu...@ce...> - 2004-03-29 10:23:53
|
Hi, I've little problem with struts project. I have 2 Action classes and, when I'm at the first Action I set up the parameter like this request.setAttribute("id",new Long(id)) and I do forward to the second Action class where I'm trying to get the "id" value like this: request.getParameter("id"), but the second Action doesn't see this variable. Why if I do forward the variables (attirbutes) aren't forwarded? Thanx for help. L. Martincik |