Thanks for the patch, Gabriel. I almost applied this same change last
night/this morning, but couldn't remember if it addressed your issue
or not. In the future, please refrain from using tabs.
Dan
John McNally <[EMAIL PROTECTED]> writes:
> patch applied.
> thank you,
> john mcnally
>
> Gabriel Moreno wrote:
> ...
> >
> > ------------------------------------------------------------------------
> > Index: Object.vm
> > ===================================================================
> > RCS file: /home/cvspublic/jakarta-turbine/conf/torque/templates/om/Object.vm,v
> > retrieving revision 1.57
> > diff -u -r1.57 Object.vm
> > --- Object.vm 2001/05/31 00:59:42 1.57
> > +++ Object.vm 2001/06/20 13:50:40
> > @@ -60,7 +60,11 @@
> > #set ( $defaultValue = "false" )
> > #end
> > #end
> > - #set ($defVal = "=$quote$defaultValue$quote")
> > + #if ($cjtype == "BigDecimal")
> > + #set ($defVal = "= new BigDecimal($defaultValue)")
> > + #else
> > + #set ($defVal = "=$quote$defaultValue$quote")
> > + #end
> > #end
> > /** the value for the $clo field */
> > private $cjtype $clo$defVal;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]