RE: flow control and conditional logic

2002-09-13 Thread Xavier Prélat
Shawn, it makes sense!...and it works! Thank you for your fast answer. Regards Xavier XP> -Message d'origine- XP> De : Shawn Bayern [mailto:[EMAIL PROTECTED]] XP> Envoyé : vendredi 13 septembre 2002 10:37 XP> À : Tag Libraries Users List XP> Objet : Re: flow con

RE: flow control and conditional logic

2002-09-13 Thread Xavier Prélat
e 2002 10:39 XP> À : Tag Libraries Users List XP> Objet : Re: flow control and conditional logic XP> XP> XP> On Fri, 2002-09-13 at 04:38, Xavier Prélat wrote: XP> > Hi, XP> > XP> > I want to create a dynamic select box using JSTL core and xml tags. XP> > XP> &

Re: flow control and conditional logic

2002-09-13 Thread Shawn Bayern
On 13 Sep 2002, Craig Longman wrote: > > > notice the '==' as equality check, not '=' as assignment. i'm pretty > sure that a (at least one) problem. No, in XPath, '=' is the operator to test for equality; '==' is not used. Note, just as an interesting sidebar, that '=' is one of the least

Re: flow control and conditional logic

2002-09-13 Thread Craig Longman
On Fri, 2002-09-13 at 04:38, Xavier Prélat wrote: > Hi, > > I want to create a dynamic select box using JSTL core and xml tags. > > // setting a variable called 'selector' > <%= strAction %> > > // displaying select box...all html tags are not represented...it's not my > mistake ;-) > > >

Re: flow control and conditional logic

2002-09-13 Thread Shawn Bayern
On Fri, 13 Sep 2002, Xavier Prélat wrote: > I want to create a dynamic select box using JSTL core and xml tags. > > // setting a variable called 'selector' > <%= strAction %> > > // displaying select box...all html tags are not represented...it's not my > mistake ;-) > > > > ">  select=