RE: Anxiously awaiting...

2005-04-07 Thread Fogleson, Allen
: Struts Users Mailing List Subject: RE: Anxiously awaiting... What is the difference between the two: <%@ taglib uri="http://java.sun.com/jstl/core_rt"; prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> - Glenn "Br

RE: Anxiously awaiting...

2005-04-07 Thread gdeschen
17 PM Please respond to "Struts Users Mailing List" To: "'Struts Users Mailing List'" cc: (bcc: Glenn Deschenes/NAT/CMHC-SCHL/CA) Subject:RE: Anxiously awaiting... Classification: Did you define the tag at the t

RE: Anxiously awaiting...

2005-04-07 Thread Brad Balmer
Did you define the tag at the top of the jsp? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 11:32 AM To: Struts Users Mailing List Subject: Re: Anxiously awaiting... Tried it and just writes the out the string ${emply.firstname

Re: Anxiously awaiting...

2005-04-07 Thread Dave Newton
Craig McClanahan wrote: Note that "empty" is an operator name in the EL language, used to detect whether a property value is null or a zero length string. Try using a different bean name. How about "emply"? ;) Dave Craig On Apr 7, 2005 8:23 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I

Re: Anxiously awaiting...

2005-04-07 Thread gdeschen
NAT/CMHC-SCHL/CA) Subject: Re: Anxiously awaiting... Classification: Hello, > Ex.: > > > [code] ${emply.firstname} [/code] Have you tried to do just that ? -- Stéphane Zuckerman - To unsubscribe, e

RE: Anxiously awaiting...

2005-04-07 Thread Fogleson, Allen
But craig he used empLy :) -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 11:03 AM To: Struts Users Mailing List Subject: Re: Anxiously awaiting... Note that "empty" is an operator name in the EL language, used to detect

Re: Anxiously awaiting...

2005-04-07 Thread Craig McClanahan
Note that "empty" is an operator name in the EL language, used to detect whether a property value is null or a zero length string. Try using a different bean name. Craig On Apr 7, 2005 8:23 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I am anxiousl

Re: Anxiously awaiting...

2005-04-07 Thread Stéphane Zuckerman
Hello, Ex.: [code] ${emply.firstname} [/code] Have you tried to do just that ? -- Stéphane Zuckerman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Anxiously awaiting...

2005-04-07 Thread Folashade Adeyosoye
Try writing out On Apr 7, 2005 11:23 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I am anxiously awaiting for the thread between Stéphane, Rick and Niall to > continue. > I am experimenting with trying to do the same thing as Stéphane. > > In the m

Anxiously awaiting...

2005-04-07 Thread gdeschen
Hi, I am anxiously awaiting for the thread between Stéphane, Rick and Niall to continue. I am experimenting with trying to do the same thing as Stéphane. In the mean time I am having one of those mornings where nothing seems to be going my way. I am trying to use JSTL for the first time and