yeah, my understanding is that it is a function of java reflection itself, rather than an intentional thing done by Velocity. but i could be wrong...
On Thu, 06 Jan 2005 15:39:53 -0500, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > Nathan Bubna <[EMAIL PROTECTED]> wrote: > > in VTL, long and Long are the same. have you tried just using > > DateTool.toDate(Long) with the long? > > Just tried it, and it works fine. > > I didn't realize that primitive types would convert like that inside nested > method calls. I figured (wrongly) that primitive-to-object conversions > would only take place on the outer-most call when the value was actually > rendered. > > Thanks! > > -Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
