Kevin,

I'm glad Hibernate worked out for you.  On the topic of DisplayTag over JSF
Scroller, I've never used any JSF components.  I originally found DisplayTag
when looking for a table tag and liked the export ability, not that I use
that functionality (yet).  Also, I like the large set of customizable
features including field decorators (which I've played with a little).  The
page you listed doesn't suggest it can be customized to that extreme.  I
will say the JSP-based tree graph looks very nice.

Regards,
David

-----Original Message-----
From: Kevin Bridges [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 31, 2004 11:05 PM
To: Struts Users Mailing List
Subject: Re: Handling multiple rows


David,

Thank you for referring me the other day to hibernate, that product
exceeded my expectations and allowed me to move on to other things.  I
was able to start interacting with my databases that same day.

I'm curious why you choose to use DisplayTag instead of the Java
Server Faces Scroller Component
(http://jal.sun.com/services/jsf-components/result-set.faces)

Thanks,
Kevin Bridges


On Sun, 31 Oct 2004 22:49:05 -0500, David G. Friedman
<[EMAIL PROTECTED]> wrote:
> Ashwin,
>
> I put my results (as a List object) into request scope then use
> Displaytag(.org) to show the results in a nice table inside my JSP.
>
> Regards,
> David
>
>
>
> -----Original Message-----
> From: Ashwin Desai [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 31, 2004 9:56 PM
> To: Struts Users Mailing List
> Subject: Re: Handling multiple rows
>
> Hi,
>
> I have a HTML page where I need to display multiple rows of
> information from the user at a time. The number of rows is
> configurable. I need to display <num of rows> text fields so that the
> user can enter information & submit it to my Action.
>
> I tried using the DynaActionForm class & defined a property with
> the type of "myclass[]" but it did not work.
>
> I was wondering if there is any other way to dealing with this.
>
> Thanks,
> Ashwin.
>
> --- Ashwin Desai <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I have a HTML page where I need to display multiple rows of
> > information from the user at a time. The number of rows is
> > configurable.
> >
> > I tried using the DynaActionForm class & defined a property with
> > the
> > type of "myclass[]" but it did not work.
> >
> > I was wondering if there is any other way to dealing with this.
> >
> > Thanks,
> > Ashwin.
> >
> > =====
> > Ashwin Desai.
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail Address AutoComplete - You start. We finish.
> > http://promotions.yahoo.com/new_mail
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> =====
> Ashwin Desai.
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
> http://promotions.yahoo.com/new_mail
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to