RE: Unable to see out put

2005-01-13 Thread Abdullah Jibaly
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

Re: Unable to see out put

2005-01-12 Thread Vamsee Kanakala
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

Re: Unable to see out put

2005-01-12 Thread Kishore Senji
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:

Re: Unable to see out put

2005-01-12 Thread Dakota Jack
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

Re: Unable to see out put

2005-01-12 Thread Dakota Jack
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: > >

RE: Unable to see out put

2005-01-12 Thread Abdullah Jibaly
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

Re: Unable to see out put

2005-01-12 Thread Kishore Senji
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

Re: Unable to see out put

2005-01-12 Thread Dakota Jack
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:

Re: Unable to see out put

2005-01-12 Thread Vamsee Kanakala
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

Re: Unable to see out put

2005-01-12 Thread Dakota Jack
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} > -- ---

Re: Unable to see out put

2005-01-12 Thread Vamsee Kanakala
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

Re: Unable to see out put

2005-01-11 Thread Rick Reumann
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,

Unable to see out put

2005-01-11 Thread Vamsee Kanakala
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