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 @results?
What do you mean by struts.dev mode?
What is struts?
How duplicate form submission can be controlled in struts?
Can we have multiple struts config files in a single web app?
List some bundled validators?
Which model components are supported by Struts?
Can you explain custom tag?
What is difference between lookupdispatchaction and dispatchaction?
What is the different actions available in struts?
What is the use of interceptor?
What is the use of execAndWait interceptor?
What is the use of jsonvalidation?
What is the difference between session scope and request scope when saving formbean ?
What is the default suffix for struts2 action uri ?