RE: How Tapestry handles null values in template

2013-04-12 Thread Poder, Jacob
: Tapestry users Subject: Re: How Tapestry handles null values in template Thank you!!! That's bugged me for ages. Had no idea you could do that. - Original Message - From: "Jacob Poder" To: "Tapestry users" Sent: Friday, 12 April, 2013 12:17:26 PM Subject: RE: How Tap

Re: How Tapestry handles null values in template

2013-04-12 Thread David Siedlecki
Thank you!!! That's bugged me for ages. Had no idea you could do that. - Original Message - From: "Jacob Poder" To: "Tapestry users" Sent: Friday, 12 April, 2013 12:17:26 PM Subject: RE: How Tapestry handles null values in template Hi, Try ${person?.name} B

RE: How Tapestry handles null values in template

2013-04-12 Thread Poder, Jacob
Hi, Try ${person?.name} Best, Jacob -Original Message- From: David Siedlecki [mailto:david.siedle...@beatsystems.com] Sent: 12. april 2013 13:15 To: users@tapestry.apache.org Subject: How Tapestry handles null values in template Hi. In my template I can do this... ${person.name} if