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 ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is action class?
What’s the utilization of struts.xml configuration file?
What does action do in struts?
What is the use of reset method of ActionForm class?
Why was reload removed from struts (since 1.1)?
Does apache tomcat use struts?
What are the important methods of actionform?
What is the purpose of @intrangefieldvalidator annotation?
How to use dispatchaction?
What is actionservlet?
Can you give an overview of how a struts application flows?
What is the purpose of @conversionerrorfieldvalidator annotation?
What are the benefits of Struts framework?
What is the purpose of @requiredstringvalidator annotation?
What is the use of web xml in struts2?