how can i Pass an object from an Action to jsp page in struts?
krishna dey
Greenhorn
Joined: Mar 11, 2008
Posts: 12
posted
0
In actin class i have an object and after executing this action when i will get the jsp page i want that object. How can i pass that object?
According to me using session: in action, i will put that object to session and in jsp page i will retrieve that object from session and can used for further process.
however interviewer asked other option. please help me. [ October 14, 2008: Message edited by: krishna dey ]
Henrique Ordine
Ranch Hand
Joined: Sep 03, 2004
Posts: 127
posted
0
You could set one as a property of your managed bean. And you could set one as a request attribute.
J2EE Architect/Developer
Sath Side
Greenhorn
Joined: Sep 16, 2008
Posts: 4
posted
0
Managed Bean setter injection
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: how can i Pass an object from an Action to jsp page in struts?