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 the procedure of operation of a form tag?
Which class of struts is responsible to converts data types from string and vice versa?
Which library is provided by struts for form elements like check boxes, text boxes etc?
how to develop the submit and search operations in single jsp using struts?
What is role of actionservlet?
What are the features of struts 2?
What are the struts2 error message keys that can come during file uploading process?
What does params interceptor?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What are the sections into which a strut configuration file can be divided?
What are the applications of struts?
What is the purpose of '@customvalidator'?
What are action errors and error?
What do you mean by the abstract package in struts2, and what is its utilization?
Explain about struts?