Need help with logic:iterate

2002-09-17 Thread John Owen
I include the following tags in my jsp (tacaReport.jsp) : In my action class (TACAReportAction.java), I make a call to a business delegate and get a Collection back. I basically want to make this Collection available to the resultant jsp page and use it wi

Re: help with logic:iterate

2002-02-26 Thread Arron Bates
us Bucka-Lassen >aragost, Switzerland > > >-Original Message- >From: struts-user-digest-help >[mailto:[EMAIL PROTECTED]] >Sent: Montag, 25. Februar 2002 17:32 >To: struts-user >Cc: srinookala >Subject: help with logic:iterate > > >I have the fol

RE: help with logic:iterate

2002-02-25 Thread klaus . bucka-lassen
es indexed properties and scriptlets. Regards, Klaus Bucka-Lassen aragost, Switzerland -Original Message- From: struts-user-digest-help [mailto:[EMAIL PROTECTED]] Sent: Montag, 25. Februar 2002 17:32 To: struts-user Cc: srinookala Subject: help with logic:iterate I have the following snipp

Re: help with logic:iterate

2002-02-25 Thread Arron Bates
Bates" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Sent: Monday, February 25, 2002 5:59 PM >Subject: Re: help with logic:iterate > > >>You're basically using the markup of the nested tags. If you have the >>ni

Re: help with logic:iterate

2002-02-25 Thread Sriram Nookala
uestion as how would I loop thru another collection along with the collection mentioned in the nested:iterate tag? - Original Message - From: "Arron Bates" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, Februa

Re: MORE help with logic:iterate

2002-02-25 Thread Arron Bates
In the nightly build, the nested tags will make easy work of this for you, simply swapping the tag header name a little to the following... (no, you don't have to mess around with the id's and all that. Quite easy) To get it working on your 1.02 build gor here and get the 1.0 jar... http

MORE help with logic:iterate

2002-02-25 Thread Saeid Zoonematkermani
Hello all; I am sorry to bring this up again but I have looked at the docs and the archives and I think I am following the instruction found in these but I still can't get the iterate tag to work correctly. So I wanted to post this question and see if I understand the methodology and hopefully

Re: help with logic:iterate

2002-02-25 Thread Arron Bates
You're basically using the markup of the nested tags. If you have the nightly build change your iterate tag to... ...and your text tag to ...and of course don't forget to close the iterate tag with the If you're not on the nightly build, you can get the download from here... http://ww

Re: help with logic:iterate

2002-02-25 Thread Sriram Nookala
doesn't work since "property" is a required attribute. - Original Message - From: "keithBacon" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Sriram Nookala" <[EMAIL PROTECTED]> Sent: Monday,

Re: help with logic:iterate

2002-02-25 Thread keithBacon
Hi Sri, try instead of property="columnName" struts will then call the toString() method of your columnName objects. Often your columnName object would have a method like getName() and you would specify I hope that's right! Keith. --- Sriram Nookala <[EMAIL PROTECTED]> wrote: > I have th

help with logic:iterate

2002-02-25 Thread Sriram Nookala
I have the following snippet of code in my jsp: Column Name Type   I get the error "No getter method for property columnName of bean org.apache.struts.taglib.html.BEAN". columnNameList is a col

Re: Help with logic:iterate

2001-08-22 Thread Brian K. Buckley
Wow, that's nice! One minor fix I needed was to put the collection onto the request prior to <% Collection songs = SongCache.getInstance().fetchAll(); %> <% pageContext.setAttribute("songs", songs); %> - Brian

RE: Help with logic:iterate

2001-08-22 Thread Aparna Tula
na -Original Message- From: Shriver, Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 11:03 AM To: '[EMAIL PROTECTED]' Subject: Help with logic:iterate Hello, I have a Collection that I'd like to iterate over and display using Struts. I've been unsuccessful t

Help with logic:iterate

2001-08-22 Thread Shriver, Ryan
Hello, I have a Collection that I'd like to iterate over and display using Struts. I've been unsuccessful to this point and I'm in hopes someone can tell me what's wrong. This works for populating a select list with values from the collection: <% Collection songs = SongCache.getInstance().fetchA

Re: Need help with logic:iterate :)

2001-04-19 Thread Oldeboershuis, Simon
Hi Alex, see below Alex Colic schrieb: > > Hi, > > I am trying to get a handle on the logic:iterate tag. > > I have an object in application scope under the key 'storeroomList.' > There is a vector of objects under the property 'storeroomList'. Each one of > the objects in this vector has a pr

RE: Need help with logic:iterate :)

2001-04-19 Thread Roman Fail
Cc: Subject: Need help with logic:iterate :) Hi, I am trying to get a handle on the logic:iterate tag. I have an object in application scope under the key 'storeroomList.' There is a vector

Re: Need help with logic:iterate :)

2001-04-19 Thread Dan Miser
Miser http://www.distribucon.com >From: "Alex Colic" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Struts" <[EMAIL PROTECTED]> >Subject: Need help with logic:iterate :) >Date: Thu, 19 Apr 2001 15:50:44 -0400 > >I >have attempted th

Need help with logic:iterate :)

2001-04-19 Thread Alex Colic
Hi, I am trying to get a handle on the logic:iterate tag. I have an object in application scope under the key 'storeroomList.' There is a vector of objects under the property 'storeroomList'. Each one of the objects in this vector has a property 'name.' What I am trying to do is go through the