Re: if nested property is null

2009-03-31 Thread elyes sallem
i forgot this tag ! exactly, it avoids null properties Thanks Regards Elyes 2009/3/31 Nils-Helge Garli Hegvik > Have you checked the 'present' tag? > > > http://struts.apache.org/1.3.10/struts-taglib/tagreference.html#nested:present > > http://struts.apache.org/1.3.10/struts-taglib/tagreferenc

Re: if nested property is null

2009-03-31 Thread Nils-Helge Garli Hegvik
Have you checked the 'present' tag? http://struts.apache.org/1.3.10/struts-taglib/tagreference.html#nested:present http://struts.apache.org/1.3.10/struts-taglib/tagreference.html#logic:present Nils-H On Tue, Mar 31, 2009 at 9:09 AM, elyes sallem wrote: > Hello, > i have a nested property  that

if nested property is null

2009-03-31 Thread elyes sallem
Hello, i have a nested property that i display in the jsp page : but , i can have a null value of iee property how can i implement this to avoid an exception such as this one in the jsp page : javax.servlet.j