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 does i18n interceptor?
How client side validation is enabled on a jsp form?
Where should struts xml be placed?
What is defeult result type?
Why are frameworks used?
Give an alternative way to protect jsp’s with not much features from direct access.
What is includeaction?
What is difference between actionform and dynaactionform?
What is lookupdispatchaction?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is the design role played by struts?
What’s the utilization of struts.xml configuration file?
What is the purpose of @after annotation?
What is the purpose of @element?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?