How to forward from Array List to Jsp in Struts
ActionServlet class?
Answer Posted / amit kumar
hi
i think make a bean of list with setter and getter
and use logic:iterate in jsp
in action
itemForm.setItems(itemDAO.searchRecord(itemId));
in jsp
<logic:iterate id="itembean" property="items" name="itemForm">
Item Id:
<bean:write name="itembean" property="itemId"/>
so on....
</logic:iterate>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is strut web xml?
What is spring and struts in java?
Are struts still used?
What is the purpose of redirect result type?
What are apache struts?
What do you mean by actionservlet?
What is the purpose of @createifnull annotation annotation?
What does modeldriven interceptor?
What are action classes in struts?
Can we handle exceptions in Struts programmatically?
Are actions thread safe?
What is actionservlet?
Explain about struts?
What are the two scope types for formbeans?
What are the 5 constants of action interface?