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 properties of a form are validated in Struts?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is action class? What are the types of action class?
Are struts thread safe?
What is the purpose of @results?
What is the purpose of @conversion?
Describe validate() and reset() methods.
How does interceptor work in struts2?
What is difference between lookupdispatchaction and dispatchaction?
What are best practices to follow while developing Struts2 application?
How does one create an action in struts 2?
What are the some useful annotations introduced in struts2?
Explain about the future of struts?
What is defeult result type?
Which library is provided by struts for form elements like check boxes, text boxes etc?