RE: logic:notEqual does not appear to work correctly

2008-11-10 Thread Russo, Joe
This works. if(!artMetId.equals(partMetId)){ For some reason the logic:notEqual tag does not do a dot equals comparision but a ==. -Original Message- From: Russo, Joe [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 9:49 AM To: Struts Users Mailing List Subject: logic:not

RE: logic:notEqual does not appear to work correctly

2008-11-10 Thread Russo, Joe
Might be Trying now. -Original Message- From: Russo, Joe [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 9:49 AM To: Struts Users Mailing List Subject: logic:notEqual does not appear to work correctly Hi, I am trying to do a comparision on the highlighted code a

RE: Re: logic:notEqual

2005-12-21 Thread Kumar, Sandy
Thank you so much Laurie. It worked. Sandy Kumar -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 4:49 PM To: user@struts.apache.org Subject: Re: logic:notEqual Kumar, Sandy wrote: > All, > > I am trying to compare a

Re: logic:notEqual

2005-12-21 Thread Laurie Harper
Kumar, Sandy wrote: All, I am trying to compare a variable with a value set in request attribute. But tag does not accept variable in the "value" attribute. It has to be a constant. Does anyone know any alternative?. Here is my code. Select All Thanks, Sandy Kuma