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 @conversion annotation annotation?
Explain about the library tag?
Give an example where struts tiles may be used?
What are the contents on web.xml in struts application ?
What is the difference between shocks and struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is life cycle of an interceptor?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
If the framework doesn’t do what I want, can I request that a feature be added?
What are the core classes of struts framework? Explain
How action-mapping tag is used for request forwarding in struts configuration file?
What is purpose of execandwait interceptor?
Briefly tell the two kinds of form beans.
What is the use of Struts.xml configuration file?
What is difference between struts1 and struts2?