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
Explain struts.devmode?
How to override the default error message that can come during file uploading process?
Why we use struts over servlets?
How exceptions are handled in struts application?
What configurations are stored in struts configuration file ?
What types of validations are available in xml based validation in struts2?
What is the difference between session scope and request scope when saving formbean ?
What do you mean by actionservlet?
What validate() and reset() method does ?
How duplicate form submission can be controlled in struts?
What is the role of action class?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What are the loop holes of struts?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is controller in struts ?