Re: ValueStack.findValue(...)

2008-03-10 Thread Chris Pratt
On Mon, Mar 10, 2008 at 11:33 AM, stanlick <[EMAIL PROTECTED]> wrote: > > 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')"); > > fo

ValueStack.findValue(...)

2008-03-10 Thread stanlick
ange 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.ht