Re: [S2] Ognl in s:if

2007-12-05 Thread Martin Gainty
take a look at references to "other than [root] object access" at http://struts.apache.org/2.0.6/docs/ognl.html M-- - Original Message - From: "GF" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, December 05, 2007 6:42 AM Subject:

Re: [S2] Ognl in s:if

2007-12-05 Thread GF
d it works... > Is there a documentation on the use of # to acces to a variable? > > -Message d'origine- > De : LEONARD Julien (Consulting for ACCOR Hotels) [mailto: > [EMAIL PROTECTED] > Envoyé : mercredi 5 décembre 2007 12:34 > À : Struts Users Mailing List > Obj

RE: [S2] Ognl in s:if

2007-12-05 Thread LEONARD Julien (Consulting for ACCOR Hotels)
07 12:34 À : Struts Users Mailing List Objet : RE: [S2] Ognl in s:if Yes, It was my first try And it doesn't work too. -Message d'origine- De : GF [mailto:[EMAIL PROTECTED] Envoyé : mercredi 5 décembre 2007 12:30 À : Struts Users Mailing List Objet : Re: [S2] Ognl in

RE: [S2] Ognl in s:if

2007-12-05 Thread LEONARD Julien (Consulting for ACCOR Hotels)
Yes, It was my first try And it doesn't work too. -Message d'origine- De : GF [mailto:[EMAIL PROTECTED] Envoyé : mercredi 5 décembre 2007 12:30 À : Struts Users Mailing List Objet : Re: [S2] Ognl in s:if Have you tried: aContainerObject.set2.contains(#top) On Dec 5, 200

Re: [S2] Ognl in s:if

2007-12-05 Thread GF
Have you tried: aContainerObject.set2.contains(#top) On Dec 5, 2007 11:27 AM, LEONARD Julien (Consulting for ACCOR Hotels) < [EMAIL PROTECTED]> wrote: > Hello all, > > I have two Set of objects. The set1 is the reference set (with all > objects) and set2 some on list1 elements. > All elements ar