Thanks for your reply.
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2008 12:03 PM
To: Struts Users Mailing List
Subject: Re: logic tag question
The issue is the bean tag inside the logic tag; that isn't valid JSP.
You'll n
Thanks for your reply.
-Original Message-
From: Kawczynski, David [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2008 11:59 AM
To: Struts Users Mailing List
Subject: RE: logic tag question
You can't nest taglibs.
Try using the el tags and using an expression in
The issue is the bean tag inside the logic tag; that isn't valid JSP. You'll
need to use EL there via the EL tags or JSP 2.0 support, depending on your
container.
Dave
--- On Wed, 11/5/08, Russo, Joe <[EMAIL PROTECTED]> wrote:
> From: Russo, Joe <[EMAIL PROTECTED]
You can't nest taglibs.
Try using the el tags and using an expression in place of the
Nested bean:write taglib call.
-Original Message-
From: Russo, Joe [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2008 11:52 AM
To: user@struts.apache.org
Subject: logic tag question
H
Hi,
I am trying to use a nested logic tag and I get an error: equal symbol
expected
Any help would be appreciated.
Thanks,
Joe
Here is the code:
">
is the timeZone membervariable of timeZones?
then replace the logic:equal tag with the following
-Original Message-
From: Kalcevich, Daniel [mailto:[EMAIL PROTECTED]
Sent: Monday, March 06, 2006 8:41 PM
To: Struts Users Mailing List
Subject: RE: Logic Tag Question
Laurie,
I
, March 04, 2006 6:01 PM
To: user@struts.apache.org
Subject: Re: Logic Tag Question
Change "${tz}.value" to "${tz.value}".
Kalcevich, Daniel wrote:
> The is fine. I know that works. The problem is with
the
> logic:equal comparion.
>
&
om the "tz" variable?
-Original Message-
From: Michael Jouravlev [mailto:[EMAIL PROTECTED]
Sent: Friday, March 03, 2006 1:29 PM
To: Struts Users Mailing List
Subject: Re: Logic Tag Question
On 3/3/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
But the problem is that the &
lto:[EMAIL PROTECTED]
Sent: Friday, March 03, 2006 1:29 PM
To: Struts Users Mailing List
Subject: Re: Logic Tag Question
On 3/3/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
>
> But the problem is that the "value" that I want to compare in the
> logic:equal tag is really
wouldn't that be:
Bryan LaPlante
-- Original Message ---
From: "Kalcevich, Daniel" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Fri, 3 Mar 2006 13:17:02 -0800
Subject: RE: Logic Tag Question
> OK, I am now able to get the itera
On 3/3/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
>
> But the problem is that the "value" that I want to compare in the
> logic:equal tag is really ${tz}.value. But how can I set the value to
> the "getValue()" from the "tz" variable.
None of these works?
Michael.
---
lue to
the "getValue()" from the "tz" variable.
Daniel
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, March 03, 2006 12:52 PM
To: Struts Users Mailing List
Subject: Re: Logic Tag Question
If I am not mistaking you will use either
the forms value by saying
//do something
Bryan LaPlante
-- Original Message ---
From: "Kalcevich, Daniel" <[EMAIL PROTECTED]>
To: user@struts.apache.org
Sent: Fri, 3 Mar 2006 12:21:18 -0800
Subject: Logic Tag Question
> I have the following:
On 3/3/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
I have the following:
> - An ArrayList in the ServletContext called
> "timezones"
>
> - A Form Bean in the request scope called "accountProfileForm"
>
> I want to be able to loop through the values in the "timezones"
> attri
I have the following:
- An ArrayList in the ServletContext called
"timezones"
- A Form Bean in the request scope called "accountProfileForm"
I want to be able to loop through the values in the "timezones"
attribute and compate the "value" to the value of the "timeZone" in
Everyone,
I have two modules defined (/ & /app). I want to use the logic tag
(either redirect or forward) to take me to the URL "/myApp/index.htm"
when I enter in just "/myApp/". I have defined an action within the "/"
module Struts Config File that is called "/index" and forwards to a
Tiles
16 matches
Mail list logo