Hi Marcus, > Anyway, it seems to make some weird assumptions about accessibility. Check > out this program and tell me if it's supposed to do this:
## snip > It's those cases where java can execute a method but velocity can't see it > that I'm worried about. Apparently velocity ignores all methods in a > private classes, even if the methods themselves are public. I think it is intended behaviour to only allow invocation to public methods of public classes. You wouldn't be able to call other methods in java either (without reflection). ## But of course, Velocity is not java. :) Best regards, -- Shinobu -- Shinobu "Kawai" Yoshida <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
