Hi, I think you need to add a name attribute to your config.xml action path node in order to map the your action form to your action
i.e. - <action path="/EmployeeList" name="com.something.someActionForm" scope="request" type="com.wrox.EmployssListAction">
Othwise struts does not associate that for to that action.
Hope that helps!
I'm new to struts logic:iterate tag, please help me out on this problem I have.
The problem is I want to list out all the employee listing in the logic:iterate tag. The codes in employeelist.jsp as below :-
And the code in struts-config.xml as below :-
When I try to load employeelist.jsp it gives me an error "Cannot find bean employees in any scope"
What is the problem here ? I'm new to struts and jsp, please give some examples and advice ASAP
Thanks in advance.
Cheers,
yymae[/QUOTE]