RE: about pagination

2006-09-21 Thread Givler, Eric
You can find this issue documented inside of the Strut's Survival Guide at: 
http://www.objectsource.com/

-Original Message-
From: yamilka vallejo ramos [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 20, 2006 4:10 PM
To: user@struts.apache.org
Subject: about pagination


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]



Re: about pagination

2006-09-21 Thread Li

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" 
> > > 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.


Re: about pagination

2006-09-21 Thread Kim Brianne Go

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" 
> > 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]



Re: about pagination

2006-09-21 Thread Li

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" 
> 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.


Re: about pagination

2006-09-21 Thread Kim Brianne Go

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" 
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]



RE: about pagination

2006-09-20 Thread David Friedman
While I prefer displaytag, there is also valuelist:

http://valuelist.sourceforge.net

Regards,
David

-Original Message-
From: Lixin Chu [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 21, 2006 2:26 AM
To: Struts Users Mailing List
Subject: Re: about pagination


struts itself does not (need to) handle pagination.

for displaytag, you can check
http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html


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



Re: about pagination

2006-09-20 Thread Lixin Chu

struts itself does not (need to) handle pagination.

for displaytag, you can check
http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html


Re: about pagination

2006-09-20 Thread Venkata Phani Kumar
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" 
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]



Re: about pagination

2006-09-20 Thread Kim Brianne Go

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]



about pagination

2006-09-20 Thread yamilka vallejo ramos

hi, does anybody know how to work with Struts 1.1 and pagination???