Look at the <logic:empty> and <logic:notEmpty> tags... I think that's what you need.
> -----Original Message----- > From: arnaud gonzales [mailto:[EMAIL PROTECTED] > Sent: Monday, November 07, 2005 12:42 PM > To: user@struts.apache.org > Subject: accessing from jsp to the size of a list property of > my FormBean > > Hello, > I would like to do something in my jsp if the size of the > list property 'LAdressesLivraison' of my Form bean > 'CreateAccesForm' is greater than 0: > > I can't have the size of my list like this <logic:greaterThan > name="CreateAccesForm" property="LAdressesLivraison" > parameter="size" value="0"> > do something > </logic:greaterThan> > > > thanks in advance > > -- > Cordialement, > Arnaud Gonzales. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]