logic:notEqual tag

2012-01-23 Thread Eric Reed
I am continuing to upgrade a massive struts application and have a problem with the tag. In all the documentation I have read, this tag is supposed to evaluate to true if the parameter is not present or null. This is the way it has been working until I upgraded to the newest version of JDevelo

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

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

logic:notEqual does not appear to work correctly

2008-11-10 Thread Russo, Joe
Hi, I am trying to do a comparision on the highlighted code and output in my JSP. For some reason the comparison does not equal 33584. Any ideas why? Thanks, Joe <% System.out.println("artMetId=*" + artMetId + "*"); System.out.println("partMetId=*" + part

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
nks, Sandy Kumar Since you're already using JSTL, you should prefer it's tags over Struts' tags where possible. Try replacing your logic:notEqual with the following: L. - To unsubscribe, e-mail: [EMAIL

logic:notEqual

2005-12-21 Thread Kumar, Sandy
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 Kumar

logic:notEqual problem

2005-02-11 Thread Zmitko, Jan
Hello, I´ve a Problem with the using of the tag logic:notEqual Tag to compare values of an double[]. In this array are normally double values or NaN values. My Problem ist, that under ATG Application Server with JDK 1.2.2 the following usage without problems works: column represents a double

Re: Problem using logic:equal and logic:notEqual

2005-01-27 Thread Norris Shelton
I was missing name. I was a little leary, because the form name would depend on which form I was included on at the time. I changed the file to a tag file and sent the form name as a parameter. This worked perfectly: Thx for your help. --- Wendy Smoak <[EMAIL PROTECTED]> wrote

Re: Problem using logic:equal and logic:notEqual

2005-01-27 Thread Wendy Smoak
From: "Norris Shelton" <[EMAIL PROTECTED]> > I'm trying to determine which block of HTML to output. This is > on a page that will be included by many different forms. > > > > > > > > > javax.servlet.jsp.JspException: No selector attribute > (cookie/header/name/parameter) was specif

Problem using logic:equal and logic:notEqual

2005-01-27 Thread Norris Shelton
I'm trying to determine which block of HTML to output. This is on a page that will be included by many different forms. Anybody have a suggestion? Here is the beginning of the exception: javax.servlet.jsp.JspException: No selector attribute (cookie/header/name/parameter) was