Yea thats what Id like to avoid, we have a lot of third party code that returns null to mean 'empty' that we want to have as blank.
On Thu, 2008-01-03 at 17:05 -0500, Michael Yartsev wrote: > You could do something like (might be ugly but it would work) > > #if($myObject.getSomethingThatMightBeNull() == null) > ##output your empty string here > #else > $myObject.getSomethingThatMightBeNull() > #end > > 2008/1/3, csanders <[EMAIL PROTECTED]>: > > > > Currently when something evaluates to null it just shows the literal > > text, like $myObject.getSomethingThatMightBeNull() . > > > > Is there to tell velocity to spit out an empty string instead of leaving > > it in the HTML ? > > > > Thanks, > > Charlie > > > > --------------------------------------------------------------------- > > 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]
