I am working on a custom result type and a weird scenario.  

If I issue vs.findValue("employees");

the getEmployees() is called on my action just fine.

However issuing vs.findValue("employee('e9874v')");

for a specific employee, I get a null value!

If I change th syntax to vs.findValue("getEmployee('e9874v')");

it returns the employee.

What's up with the funky requirement?   "employees" finds getEmployees()
-- 
View this message in context: 
http://www.nabble.com/ValueStack.findValue%28...%29-tp15951133p15951133.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to