This is actually not correct, he defined the method as "getAllEmployees" in his struts.xml
That said, I'm not sure of the default behavior of the s:property tag. Have you tried something like s:property value="top"? I'm not huge on the struts tag libs, but this would be the first place I'd look, at a quick glance your action setup looks fine. Have you tried setting a breakpoint on the getter action to see that the list is actually populated? -Tim Lukasz Lenart wrote:
2009/5/7 SofIAm <[email protected]>:public String getAllEmployees() {This method is never called, renamed it to execute() and should be ok Regards
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

