Thanks to Charles and rest of the list.
Charles Harvey III <[EMAIL PROTECTED]> 25.08.2006 16:35 Please respond to "Velocity Users List" <velocity-user@jakarta.apache.org> To Velocity Users List <velocity-user@jakarta.apache.org> cc Subject Re: Returning empy string isead of $bean.property <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]