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 ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the core classes of struts?
What is the purpose of @beforeresult annotation?
How nested beans can be used in Struts applications?
What is ValueStack and OGNL?
What is the purpose of @conversion annotation annotation?
What’s the utilization of resource bundle properties file in struts validation structure?
What is validate() and reset() functions?
What is difference between struts1 and struts2?
What is package name in struts xml?
Which servlet does the struts framework use?
State the procedure for using forward attribute of link tag’s.
What is includeaction?
What is the difference between session scope and request scope when saving formbean ?
What is request processor and how does it relates to action mapping?
What is http forward?