How to forward from Array List to Jsp in Struts
ActionServlet class?
Answer Posted / venkateshwararao
In action class take request object and add ArrayList object
to request by using request.setAttribute("arraylist"al);
and forward to jsp using ActionForward
af=mapping.findForward("name");
In the jsp we have retrieve by using core tag library or
struts tag library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @beforeresult?
What is the purpose of execute method of action class?
What is the difference between shocks and struts?
What are the custom tags?
What is front controller in struts?
What is actionservlet?
What is the purpose of @requiredstringvalidator annotation?
How can we work with error tags?
What is includeaction?
Explain about token feature in struts?
How can link tag’s action attribute be used?
What is the default location of result pages and how can we change it?
What is the purpose of @validations annotation?
Why we use struts over servlets?
What configuration changes are required to use Tiles in Struts?