problem with logic:iterate while displaying an array of beans.

2002-05-20 Thread keerti shrimal
Title: problem with logic:iterate while displaying an array of beans. Hi All, I am facing a problem displaying a table using logic:iterate tag. I am using two separate beans in my jsp for displaying different values. The logic:iterate loop works absolutely fine if I pass just a bean to

Displaying a Vector of vectors in JSP using STRUTS

2002-05-15 Thread keerti shrimal
Title: Displaying a Vector of vectors in JSP using STRUTS Hi I have two jsp pages.From one page, the user selects a record based on which i have to get the details and display them in another JSP.I have a bean in which i get all the details to be displayed.This bean method returns a vector

RE: Displaying a Vector of vectors in JSP using STRUTS

2002-05-15 Thread keerti shrimal
vector is gotten by aBean.getResults(). -Original Message- From: keerti shrimal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 6:02 AM To: [EMAIL PROTECTED] Subject: Displaying a Vector of vectors in JSP using STRUTS Hi I have two jsp pages.From one page, the user selects

RE: Displaying a Vector of vectors in JSP using STRUTS

2002-05-15 Thread keerti shrimal
=col name=row td bean:write name=col/ /td /logic:iterate /tr /logic:iterate /table -Original Message- From: keerti shrimal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 6:45 AM To: Struts Users Mailing List Subject: RE: Displaying a Vector