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 is the default suffix for struts2 action uri ?
What is Custom Type Converter in Struts2?
What is the front controller in struts2?
What are the different kinds of actions in struts?
What is the purpose of @intrangefieldvalidator annotation?
What is includeaction?
Which design pattern is implemented by Struts2 interceptors?
What is the purpose of @doublerangefieldvalidator annotation?
How can you create your custom interceptor in struts 2?
What is the purpose of @result?
Can we have multiple struts config files in a single web app?
When should we use SwtichAction?
What is dispatch action class?
State the procedure for using forward attribute of link tag’s.
What are action errors and error and what are the consequences they impose?