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
How many action classes can be used in struts application?
For a single Struts application, can we have multiple struts-config.xml files?
What are the Core classes of Struts Framework?
Does apache tomcat use struts?
What is validate() and reset() functions?
What are disadvantages of Struts?
What are inner class and anonymous class?
Describe validate() and reset() methods.
What is the use of forwardaction?
Is struts 1 still supported?
How struts2 supports internationalization?
Can you explain the directory structure for a struts folder in brief ?
What is apache struts cve 2017 5638?
What helpers in the form of jsp pages are provided in struts framework?
What is s token?