Re: Test whether an application resource is empty

2005-06-13 Thread Laurie Harper
Thanks and Regards, Nitish Kumar Tavant Technologies Ltd Bangalore -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 6:30 AM To: user@struts.apache.org Subject: Re: Test whether an application resource is empty Doh, I'm an idiot! :-( What I su

Re: Test whether an application resource is empty

2005-06-13 Thread Laurie Harper
7; is actually missing, or defined with an empty value as in your example. If it doesn't work for you I'm out of ideas! :-/ L. Chris -----Original Message----- From: Nitish Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 12:54 AM To: 'Struts Users Mailing List' Subject: R

RE: Test whether an application resource is empty

2005-06-13 Thread Chris Loschen
Oh well. Chris -Original Message- From: Nitish Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 12:54 AM To: 'Struts Users Mailing List' Subject: RE: Test whether an application resource is empty I dont understand some things here, If the application resource is emp

RE: Test whether an application resource is empty

2005-06-12 Thread Nitish Kumar
misleading.. Thanks and Regards, Nitish Kumar Tavant Technologies Ltd Bangalore -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 6:30 AM To: user@struts.apache.org Subject: Re: Test whether an application resource is empty Doh, I'm an id

Re: Test whether an application resource is empty

2005-06-11 Thread Laurie Harper
other way, but I'm still curious what I did wrong. Chris -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Friday, June 10, 2005 2:49 PM To: user@struts.apache.org Subject: Re: Test whether an application resource is empty You want to use the name

RE: Test whether an application resource is empty

2005-06-10 Thread Chris Loschen
M To: user@struts.apache.org Subject: Re: Test whether an application resource is empty You want to use the name of the attribute the resource bundle is stored under, not the name of the properties file. You're not specifying it in your Struts config so you want the following: ...

Re: Test whether an application resource is empty

2005-06-10 Thread Laurie Harper
en -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Thursday, June 09, 2005 7:07 PM To: user@struts.apache.org Subject: Re: Test whether an application resource is empty Try: "> ... where 'name' is the name of the

RE: Test whether an application resource is empty

2005-06-10 Thread Chris Loschen
equired here? Thanks again for everyone's help! Chris Loschen -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Thursday, June 09, 2005 7:07 PM To: user@struts.apache.org Subject: Re: Test whether an application resource is empty Try: "

Re: Test whether an application resource is empty

2005-06-09 Thread Laurie Harper
ernate path. If that's the road I need to take, I can do it -- I was just hopeful I could do this a little more elegantly. Thanks for your input. Any further ideas? Chris -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 11:52 AM

RE: Test whether an application resource is empty

2005-06-09 Thread Chris Loschen
-Original Message- From: Benedict, Paul C [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 1:34 PM To: 'Struts Users Mailing List' Subject: RE: Test whether an application resource is empty Chris, Struts contains an EL package for its tag libraries. Yes, you can use EL!

RE: Test whether an application resource is empty

2005-06-09 Thread Benedict, Paul C
e built with EL. -Original Message- From: Chris Loschen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 1:18 PM To: Struts Users Mailing List Subject: RE: Test whether an application resource is empty Thanks for your help, Paul. I'm trying that, but I'm getting the sam

RE: Test whether an application resource is empty

2005-06-09 Thread Chris Loschen
Sent: Thursday, June 09, 2005 12:17 PM To: 'Struts Users Mailing List' Subject: RE: Test whether an application resource is empty Chris, Use to bring in the key. You can then use EL to test if it is empty or whatever. Thanks, Paul -Original Message- From: Chris Loschen [mailt

RE: Test whether an application resource is empty

2005-06-09 Thread Benedict, Paul C
2005 5:09 PM To: Struts Users Mailing List Subject: RE: Test whether an application resource is empty I'm still spinning my wheels on this -- does anyone have any ideas? Quick synopsis: I have localized i18n messages defined in my tiles definitions which are sometimes empty. I need to test that

RE: Test whether an application resource is empty

2005-06-09 Thread Chris Loschen
or your input. Any further ideas? Chris -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 11:52 AM To: Struts Users Mailing List Subject: Re: Test whether an application resource is empty From: "Chris Loschen" <[EMAIL PROTECTED]> > Q

Re: Test whether an application resource is empty

2005-06-09 Thread Wendy Smoak
From: "Chris Loschen" <[EMAIL PROTECTED]> > Quick synopsis: I have localized i18n messages defined in my tiles > definitions which are sometimes empty. I need to test that the value > associated with a given key is not empty before I proceed with further > processing. I can test that the key is non

RE: Test whether an application resource is empty

2005-06-09 Thread Chris Loschen
rs Mailing List Subject: RE: Test whether an application resource is empty I'm still spinning my wheels on this -- does anyone have any ideas? Quick synopsis: I have localized i18n messages defined in my tiles definitions which are sometimes empty. I need to test that the value associated wit

RE: Test whether an application resource is empty

2005-06-08 Thread Chris Loschen
I'm still spinning my wheels on this -- does anyone have any ideas? Quick synopsis: I have localized i18n messages defined in my tiles definitions which are sometimes empty. I need to test that the value associated with a given key is not empty before I proceed with further processing. I can test