Re: about pagination

2006-09-21 Thread Kim Brianne Go
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, > > Yo

Re: about pagination

2006-09-21 Thread Kim Brianne Go
n 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]>

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??? ---

Re: Problem with Validator it does not reload request attributes

2006-07-20 Thread Kim Brianne Go
tuation differs, you can set it on the session instead and all your JSP pages will have access to the content. Hope this helps. Cheers, -Adam Kim Brianne Go wrote: > Good Day, > > I was just wondering if anyone has a clue on how to retain request > values ( > request.setAttribu

Problem with Validator it does not reload request attributes

2006-07-18 Thread Kim Brianne Go
Good Day, I was just wondering if anyone has a clue on how to retain request values ( request.setAttribute()) forwarded to a jsp form page and once a form has been submitted or validated then returns with error messages the values from request.setAttribute() is no longer accessible. Here's an ex

Re: Sorting & paging search results with delete button for each row?

2006-02-22 Thread Kim Brianne Go
you can add delete functionality with display tag by assigning an actionmapping to delete a particular record based on parameters passed. though i tried using it on extremecomponents. though same concept applies with display tag. On 2/23/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > > why displayta