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
Give an example of validates method used to avoid errors.
How interceptor works in struts 2?
How does struts work?
What is the purpose of @createifnull annotation annotation?
What is the procedure of operation of a form tag?
What is the purpose of struct-config.xml in struct2?
How can you create your custom interceptor in struts 2?
What’s the utilization of resource bundle properties file in struts validation structure?
What are action errors and error and what are the consequences they impose?
What inbuilt themes are provided by struts2?
What is the purpose of @action annotation?
What is the use of web xml in struts2?
What does execandwait interceptor?
What is ognl?
What is the use of execAndWait interceptor?