Sorry, I was probably thinking that current was the varStatus variable. My
mistake.
-Original Message-
From: Dakota Jack [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 12, 2005 5:23 PM
To: Struts Users Mailing List
Subject: Re: Unable to see out put
I used
Vamsee Kanakala wrote:
I have a code fragment like this:
Thanks guys... I solved it. Seems like it's an issue with the Tomcat 5,
which supports JSP2.0, and I have to make changes to web.xml to enable
EL. These posts on tomcat-user list h
aly
> > <[EMAIL PROTECTED]> wrote:
> > > Actually I think it's ${current.count}
> > >
> > > -Original Message-
> > > From: Kishore Senji [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, January 12, 2005 12:37 PM
> > > To:
it's ${current.count}
> >
> > -Original Message-
> > From: Kishore Senji [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, January 12, 2005 12:37 PM
> > To: Struts Users Mailing List
> > Subject: Re: Unable to see out put
> >
> > On Wed, 12 Jan
Message-
> From: Kishore Senji [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 12, 2005 12:37 PM
> To: Struts Users Mailing List
> Subject: Re: Unable to see out put
>
> On Wed, 12 Jan 2005 13:52:32 +0530, Vamsee Kanakala
> <[EMAIL PROTECTED]> wrote:
> >
Actually I think it's ${current.count}
-Original Message-
From: Kishore Senji [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 12, 2005 12:37 PM
To: Struts Users Mailing List
Subject: Re: Unable to see out put
On Wed, 12 Jan 2005 13:52:32 +0530, Vamsee Kanakala
<[EMAIL P
On Wed, 12 Jan 2005 13:52:32 +0530, Vamsee Kanakala
<[EMAIL PROTECTED]> wrote:
> Rick Reumann wrote:
>
> > It sounds like you are probably are now using a JSP2.0 container like
> > Tomcat5 and are refering to the wrong tld. Refer to the one in the jar
> > like:
> >
> > <%@ taglib prefix="c" uri="h
I guess I am daft. Must have been "off" last night. You don't have
to when your beginning and end values are the basis for an iteration.
What do you mean that you get "something like this"? Is it that or
not?
Jack
On Wed, 12 Jan 2005 17:24:03 +0530, Vamsee Kanakala
<[EMAIL PROTECTED]> wrote:
Dakota Jack wrote:
Don't you have to define what "items" are covered by your "var"?
Sorry if I sound daft, but I do I have to do that? Where do I do that?
TIA,
-Vamsee.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Hi, Vamsee,
Don't you have to define what "items" are covered by your "var"?
Jack
On Wed, 12 Jan 2005 13:52:32 +0530, Vamsee Kanakala
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> I get something like this:
>
> ${current} ${current} ${current} ${current} ${current}
>
--
---
Rick Reumann wrote:
It sounds like you are probably are now using a JSP2.0 container like
Tomcat5 and are refering to the wrong tld. Refer to the one in the jar
like:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
and remove and direct pointing to the tlds you have.
Yes, I am us
Vamsee Kanakala wrote the following on 1/11/2005 9:59 AM:
Hi List,
I have a code fragment like this:
Where statusList is a list of class instances, which has a setters and
getters for properties id and name. Now, if I give the above code,
Hi List,
I have a code fragment like this:
Where statusList is a list of class instances, which has a setters and
getters for properties id and name. Now, if I give the above code, I
should be able to print out the names in each instan
13 matches
Mail list logo