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 ? | 9 Yes | 4 No |
Post New Answer View All Answers
Explain the necessity of empty tag?
What is difference between struts1 and struts2?
What do you mean by tiles in struts?
Explain the life cycle of a request in struct2 application?
What is the difference between plain-validator and field-validator?
What is the purpose of '@customvalidator'?
Which servlet does the struts framework use?
What is the flow of requests in struts based applications?
what is meant by Struts Validator Framework?
Can we have more than one struts-config.xml file for a single struts application?
What is apache struts cve 2017 5638?
What is execute method in struts?
What helpers in the form of jsp pages are provided in struts framework?
What is struts and why it is used?
What is actionservlet?