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
What is the purpose of @requiredstringvalidator?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Explain struts?
What is the difference between struts and spring?
Whats the difference between the default namespace and the root namespace?
What are the steps of struts installation?
What is action class? What are the types of action class?
How do you convert struts to springs?
What is use of i18n interceptor?
How can we integrate log4j in Struts2 application?
What does execandwait interceptor?
What is the use of struts?
What is struts-default package and what are it’s benefits?
How is token generated?
What is the difference between empty default namespace and root namespace?