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 are the steps of struts installation?
Can you explain the directory structure for a struts folder in brief ?
What is the purpose of form-be tag in struct-config.xml?
What is action servlet in struts?
What is difference between struts1 and struts2?
What are the struts2 error message keys that can come during file uploading process?
What are the major differences between html tags and strut specific html tags?
What should be the name of xml file used for validation in struts?
What types of validations are available in xml based validation in struts2?
How action-mapping tag is used for request forwarding in struts configuration file?
What is the purpose of interceptors?
What is container struts2?
What does execandwait interceptor?
What is a custom tag?
What is the front controller in struts2?