<Book>
       <Title>$!book.title</Title>
</Book>



Matjaž Trtnik said the following on 8/25/2006 10:27 AM:
Hello!

Can anyone suggest me how I can solve my problem whish ic as following:

Say I have template

<Book>
        <Title>$book.title</Title>
</Book>

I add Book bean to velocity context

context.put("book", new Book()).

Now if title is null return XML will be:

<Book>
        <Title>$book.title</Title>
</Book>


but I would prefer (empty string):

<Book>
        <Title></Title>
</Book>


Is it possible to do this somewhere in properties or with some kind of event?


Regards,
Matjaž

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

Reply via email to