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 does i18n interceptor?
Is struts 1 still supported?
Give an example where struts tiles may be used?
What is the life cycle of actionform?
What should be the name of xml file used for validation in struts?
What is action class? What are the types of action class?
How to combine the struts with velocity template?
How to use forward action to restrict a strut application to mvc?
What design patterns are used in struts?
What are the contents on web.xml in struts application ?
how does request processor relates to action mapping?
Which configuration file is used for storing jsp configuration information in struts?
What is apache struts framework?
What is request processor and how does it relates to action mapping?
How can we work with error tags?