Shawn,

(Tim - good question).

Not quite sure what you mean.  Are you looking for a method
   context.put(String,int)

instead of the current form?
  context.put(String,Object)

Of course, with JDK 5.0 autoboxing this would work automatically.

Incidentally, in the nightly snapshot number handling is much improved.  Any
Double,Long,Integer, etc can be added, subtracted, compared etc.  In the
past only integers would work and if you compared a Integer to a Long it
would always fail.

WILL

----- Original Message ----- From: "sgtmcd" <[EMAIL PROTECTED]>
To: "Velocity Developers List" <[email protected]>
Sent: Wednesday, August 24, 2005 4:36 PM
Subject: Re: wanting to join the team

The biggest itch I have had is not being able to compare any primitive in
a #if.  My work around to this point has been to put the primitive in a
string in my model and test the string equality.  Not elegant!!  :(

So, that would be an area that I would like to contribute to, if the team
as a whole sees that as something we could put into a future release.

However, for the time being, I am digging through the code to get a
familiarity and hopefully knock out some bug fixes. :)

Regards,
Shawn


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

Reply via email to