Hi Nathan,

> if the documentation says that $data.User('jon') should work, then it is wrong
> and i'm surprised it's gone so long unnoticed.  the short notation for methods
> only works for the standard bean type methods.  so:
> 
> $foo.setFoo('foo')  can be changed to #set( $foo.foo = 'foo' )
> 
> $foo.getFoo() can be changed to either $foo.foo or $foo.Foo
> 
> and so on.  but:
> 
> $foo.getFoo('bar')  cannot be shortened at all.
> 
> and
> 
> $foo.thisIsNonStandard()  cannot be shortened at all.
> 
> if the user guide suggests otherwise, i'd recommend submitting a bugzilla
> report and a patch to clarify/fix things.
Gotcha.
    http://issues.apache.org/bugzilla/show_bug.cgi?id=31615
Please wait a sec for the patch...

Best regards,
-- Shinobu Kawai

-- 
Shinobu Kawai <[EMAIL PROTECTED]>

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

Reply via email to