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
Explain how can we upload files in struts2 application?
What is the purpose of @conversionerrorfieldvalidator annotation?
What do you mean by tiles in struts?
Does apache tomcat use struts?
What is the purpose of @expressionvalidator annotation?
What do you mean by actionform?
What are the sections into which a strut configuration file can be divided?
What is s token?
Explain about the future of struts?
What applications use apache struts?
Explain how to work with error tags?
How action mapping is configured in Struts?
What is the purpose of @validations annotation?
How you will display validation fail errors on jsp page?
What is action class?