RE: JSTL when...test won't work.

2004-12-02 Thread Nadia Kunkov
: Re: JSTL when...test won't work. Nadia Kunkov wrote the following on 12/2/2004 2:06 PM: > Well, your suggestion almost worked. I got the keys and values printed out > but the "test" wouldn't work! > Here is what I tried to do: > > > > Fou

Re: JSTL when...test won't work.

2004-12-02 Thread Rick Reumann
Nadia Kunkov wrote the following on 12/2/2004 2:06 PM: Well, your suggestion almost worked. I got the keys and values printed out but the "test" wouldn't work! Here is what I tried to do: Found manager Is the syntax right? No, it should be --

RE: JSTL when...test won't work.

2004-12-02 Thread Nadia Kunkov
ursday, December 02, 2004 12:18 PM To: 'Struts Users Mailing List' Subject: RE: JSTL when...test won't work. What happens when you try: instead of logic:iterate > Nadia Kunkov wrote: > > > Hello, > > > > This is my first try with JSTL and somewhere I

Re: JSTL when...test won't work.

2004-12-02 Thread Rick Reumann
Nadia Kunkov wrote the following on 12/2/2004 10:24 AM: You don't want to do this. Comparisons to null won't work. You want to use "empty." Change it to !empty should evaluate both null and empty. (At least I 'think' that's right:) -- Rick

RE: JSTL when...test won't work.

2004-12-02 Thread Jarnot Voytek Contr AU/SC
What happens when you try: instead of logic:iterate > Nadia Kunkov wrote: > > > Hello, > > > > This is my first try with JSTL and somewhere I'm getting > the syntax wrong. Could you please help me? > > I have a bean called user in the session. One of this > bean's properties is a has

RE: JSTL when...test won't work.

2004-12-02 Thread Nadia Kunkov
PROTECTED] Subject: Re: JSTL when...test won't work. Found formRoles manager NOT Found Nadia Kunkov wrote: > Hello, > > This is my first try with JSTL and somewhere I'm getting the syntax wrong. > Could you please he

Re: JSTL when...test won't work.

2004-12-02 Thread Bill Siggelkow
Found formRoles manager NOT Found Nadia Kunkov wrote: Hello, This is my first try with JSTL and somewhere I'm getting the syntax wrong. Could you please help me? I have a bean called user in the session. One of this bean's properties is a hash map c