thanks david,

in this case as i will not have any actionform, should i have the getter
method inside the actionclass or is there another  way.
if possible can you give me some snippets like the one you've given.

thanx,
rama.


----- Original Message -----
From: "David Winterfeldt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 2:33 PM
Subject: Re: working with reports


> You can either have a collection of collections or
> have a collection of an object that represents a row
> like this example.
>
> <logic:iterate id="searchResults"
> name="com.forbes.cms.botw.search">
>    <tr bgcolor="#ffffff">
>       <td nowrap><bean:write name="searchResults"
> property="name"/></td>
>       <td><bean:write name="searchResults"
> property="description"/></td>
>    </tr>
> </logic:iterate>
>
>
> David
>
> --- Rama Krishna <[EMAIL PROTECTED]> wrote:
> > hi,
> >
> > i want to display records from database in a tabular
> > format in index.jsp itself without any form
> > submission.
> >
> > can anyone tell me how to do this.
> >
> >
> > thanx.
> > rama.
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>

Reply via email to