How to forward from Array List to Jsp in Struts
ActionServlet class?
Answer Posted / venkateshwararao
In action class take request object and add ArrayList object
to request by using request.setAttribute("arraylist"al);
and forward to jsp using ActionForward
af=mapping.findForward("name");
In the jsp we have retrieve by using core tag library or
struts tag library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does struts include its own unit tests?
What is the use of lookupdispatchaction?
What is interceptor? And life cycle methods of interceptor?
What is action servlet in struts?
Explain struts.devmode?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is the different actions available in struts?
Explain about struts?
What is the purpose of @typeconversion annotation annotation?
Are actions thread safe?
Describe the two types of formbeans.
What are the Core classes of Struts Framework?
Explain the difference between plain-validator and field-validator in struts?
Which class of struts is responsible to converts data types from string and vice versa?
Can you explain struts validator framework?