Re: AW: Problem with logic:present TAG

2005-08-23 Thread d d
Kade Jeevan Kumar [SMTP:[EMAIL PROTECTED] > > Gesendet am:Dienstag, 23. August 2005 09:29 > > An: user@struts.apache.org > > Betreff:Problem with logic:present TAG > > > > Hi All! > > > > I am developing an application where i nee

AW: Problem with logic:present TAG

2005-08-23 Thread Tiller, Volker
should it work with ... ...true-case ...false-case ? Volker > -Ursprüngliche Nachricht- > Von: Kade Jeevan Kumar [SMTP:[EMAIL PROTECTED] > Gesendet am: Dienstag, 23. August 2005 09:29 > An: user@struts.apache.org > Betreff: Problem with logic:present

Re: Problem with logic:present TAG

2005-08-23 Thread Gareth Evans
you could try Gareth Kade Jeevan Kumar wrote: Hi All! I am developing an application where i needs to populate a value which is of boolean type. A sample snippet of code giving below - Here, 'exists' is a boolean type. my requirement is to chek if exists is true display some mes

Problem with logic:present TAG

2005-08-23 Thread Kade Jeevan Kumar
Hi All! I am developing an application where i needs to populate a value which is of boolean type. A sample snippet of code giving below - Here, 'exists' is a boolean type. my requirement is to chek if exists is true display some message else display some different message. I feel th