This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes setAttribute doesnot work during Forward action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "setAttribute doesnot work during Forward action" Watch "setAttribute doesnot work during Forward action" New topic
Author

setAttribute doesnot work during Forward action

m nevetha
Greenhorn

Joined: Apr 24, 2009
Posts: 3
Hi All,

I am working on an application where in action1 I set an attribute, and the forward takes us to a jsp and i try to access the attribute using getAttrbute set in action1.

But I get a traceback.

Code snippet in action1


In struts-config.xml



In finance.jsp




But am getting a traceback.. Can anyone help me out

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: setAttribute doesnot work during Forward action
 
Similar Threads
How to forward to Action class
navigation problem
Struts - Forwarding to another Servlet
Forward to new action during the execution of another action
Struts forward question