RE: Dumbo Question

2003-08-15 Thread Mehta, Chirag (IT)
Users Mailing List Subject: RE: Dumbo Question Chirag, I looked at your code, and it looks right. It makes me think that something must be wrong with the data. Your data should look like this: - You have an object called Results in scope that has a collection property called tabledata

RE: Dumbo Question

2003-08-15 Thread Nicholas L Mohler
PROTECTED]> tanley.com> cc: Subject: RE: Dumbo Question

RE: Dumbo Question

2003-08-15 Thread Mehta, Chirag (IT)
And the outer loop in the second iterate works too. It will print out the collection in cell one of the tabledata for example. -Original Message- From: Nicholas L Mohler [mailto:[EMAIL PROTECTED] Sent: 15 August 2003 12:09 To: Struts Users Mailing List Subject: RE: Dumbo Que

RE: Dumbo Question

2003-08-15 Thread Nicholas L Mohler
ist" <[EMAIL PROTECTED]> tanley.com> cc: Subject: RE: Dumbo Question

RE: Dumbo Question

2003-08-15 Thread Mehta, Chirag (IT)
Ok. Got a step further but spent the last 2 hours trying to figure this out. This is my code in my JSP page. I get an error of org.apache.jasper.JasperException: Cannot find bean rowData in any scope. The second logic iterate is on a 2D Collection. It will display tbdata if I ask it too but the wh

RE: Dumbo Question

2003-08-15 Thread Mehta, Chirag (IT)
From: Qasim Khawaja [mailto:[EMAIL PROTECTED] Sent: 15 August 2003 02:04 To: Struts Users Mailing List Subject: Re: Dumbo Question In your struts config file in the form-beans section there is a line associating a name to you ActionForm e.g Results.java should map to "type" in the lin

Re: Dumbo Question

2003-08-14 Thread Qasim Khawaja
To: [EMAIL PROTECTED] Subject: Re: Dumbo Question How are you attempting to display and iterate? code snippets help us find out what's going on From: "Mehta, Chirag (IT)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

RE: Dumbo Question

2003-08-14 Thread Mehta, Chirag (IT)
PROTECTED] Sent: 14 August 2003 16:01 To: [EMAIL PROTECTED] Subject: Re: Dumbo Question How are you attempting to display and iterate? code snippets help us find out what's going on From: "Mehta, Chirag (IT)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing Li

Re: Dumbo Question

2003-08-14 Thread Adam Levine
How are you attempting to display and iterate? code snippets help us find out what's going on From: "Mehta, Chirag (IT)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Dumbo Que

Dumbo Question

2003-08-14 Thread Mehta, Chirag (IT)
Sorry, heres another newbie question. I have a bean that stores collections of data that have been retrieved from a database. When I try and logically iterate these collections on my JSP page, it says "Cannot find bean Results in any scope" But my bean does exist and println its results on m

RE: Dumbo Question

2003-08-14 Thread Nicholas L Mohler
tanley.com> cc: Subject: RE: Dumbo Question 08/14/2003 11:11 AM

Re: Dumbo Question

2003-08-14 Thread David Graham
--- "Mehta, Chirag (IT)" <[EMAIL PROTECTED]> wrote: > Sorry, heres another newbie question. > > I have a bean that stores collections of data that have been retrieved > from a database. > > When I try and logically iterate these collections on my JSP page, it > says "Cannot find bean Results in