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 control and conditional lo

RE: flow control and conditional logic

2002-09-13 Thread Xavier Prélat
Craig, equality check symbol '==' is often used but in the present case...this works! using equality check did not change anything... Xavier XP> -Message d'origine- XP> De : Craig Longman [mailto:[EMAIL PROTECTED]] XP> Envoyé : vendredi 13 septembre 2002 10:39 XP> À : Tag Librar

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: TagSupport.xxxValue()

2002-09-13 Thread Shawn Bayern
On 13 Sep 2002, Craig Longman wrote: > i'm confused about something, and no amount of searching has been able > to help me, and the javadocs are a bit vague. > > the set/get/removeValue() methods in the TagSupport class. what are > they setting, getting and removing? not the actual properties

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=

TagSupport.xxxValue()

2002-09-13 Thread Craig Longman
i'm confused about something, and no amount of searching has been able to help me, and the javadocs are a bit vague. the set/get/removeValue() methods in the TagSupport class. what are they setting, getting and removing? not the actual properties (as handled by the getXXX()/setXXX() methods),

flow control and conditional logic

2002-09-13 Thread Xavier Prélat
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 ;-) ">  This problem is that I can't get a value for ${selector} in the