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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo