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 struts 2 validation works?
Where can I get help with struts?
What is the purpose of constant tag in struts.xml?
Lists the bundled validators in struts?
What is struts?
Does apache tomcat use struts?
What is the procedure of operation of a form tag?
Explain the difference between plain-validator and field-validator in struts?
What is the purpose of @stringlengthfieldvalidator annotation?
What is apache struts vulnerability?
What is http redirect?
How can we handle exceptions thrown by application in Struts2?
What do you mean by actionform?
How do I install struts?
How long do struts last?