Hi Kim,

If you page has features that allow to alter the representation of the data
on the page, defining a plug-in, a customized component or a tag is a good
approach. But for simple paginated data representation, struts tag can
handle it.

I like display tag as it gives me options to enhance my data display, for
most cases in my dev i just create a helper class, few objects to control
and browsing at presentation layer.

Regards

Li

On 9/21/06, Kim Brianne Go <[EMAIL PROTECTED]> wrote:

Hi Li,

Yeah I agree with you since pagination when done on the presentation
layer maybe too costly since data that will not be shown will still be
retrieved and processed.  But with extreme components for example,
they have an implementation to limit the data retrieval only to ones
that will be displayed.

Brian

On 9/21/06, Li <[EMAIL PROTECTED]> wrote:
> the real pagination should not be done at presentation layer but
persistent
> layer, like using hibernate query or direct jdbc resultset
>
>
>
> On 9/21/06, Kim Brianne Go <[EMAIL PROTECTED]> wrote:
> >
> > Hi Venkata,
> >
> > You may first visit either display tag or extreme component.  They
> > have ample documentation for you to start with.  It's actually quite
> > simple, provide a collection to either request.attribute or
> > session.attribute then create a jsp to display the content of the
> > collection.
> >
> > Brian
> >
> > On 9/21/06, Venkata Phani Kumar <[EMAIL PROTECTED]> wrote:
> > > Hi Brainne,
> > > do you have any idea about these ready made library for pagination.
> > > beacuase i also require the same.
> > >
> > > thnx,
> > > Venkata phanikumar.g
> > > ----- Original Message -----
> > > From: "Kim Brianne Go" <[EMAIL PROTECTED]>
> > > To: "Struts Users Mailing List" <user@struts.apache.org>
> > > Sent: Thursday, September 21, 2006 6:35 AM
> > > Subject: Re: about pagination
> > >
> > >
> > > > Yamilka,
> > > >
> > > > You might want to try using a ready made library for this like
display
> > > > tag or extreme components, so you don't have to reinvent the
wheel.
> > > >
> > > > Brian
> > > >
> > > > On 9/21/06, yamilka vallejo ramos <[EMAIL PROTECTED]> wrote:
> > > > > hi, does anybody know how to work with Struts 1.1 and
pagination???
> > > > >
> > > > >
> > > >
> > > >
---------------------------------------------------------------------
> > > > 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]
> >
> >
>
>
> --
> When we invent time, we invent death.
>
>

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




--
When we invent time, we invent death.

Reply via email to