How to forward from Array List to Jsp in Struts
ActionServlet class?
Answer Posted / karnakar
in actin class take session object and add that object
(array list object)that is session.setAttribute("al",a)
and forawrd response to jsp ,read arraylist object in jsp
by using session.getAttribute("al");
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
how to debug struts project in netbean ?
How is the mvc design pattern used in struts framework?
How do I install struts?
State an example of struts configuration file as an action parameter for action servlet.
How you will make available any message resources definitions file to the struts framework environment?
What is value stack?
What is the differences between struts1 and struts2?
How tag libraries are defined in Struts?
What inbuilt themes are provided by struts2?
What's the purpose of execute method of action class?
What are the Core classes of Struts Framework?
What is struts-default package and what are it’s benefits?
What is the actionform?
How to handle exceptions in structs?
What configurations are stored in struts configuration file ?