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 instances of servlet usually run in a struts application ?
How do you convert struts to springs?
What is role of actionservlet?
What is apache struts vulnerability?
What is defeult result type?
When it’s useful to use IncludeAction?
What is the use of lookupdispatchaction?
What is the purpose of action-mappings tag in struct-config.xml?
Explain about the future of struts?
What is dispatch action class?
What is the use of resourcebundle.properties file in Struts Validation framework?
What do you mean by dynaactionform?
What is difference between interceptors and filters?
What is the purpose of form-be tag in struct-config.xml?
What is strut web xml?