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

2006-02-23 Thread Narayanan, Shiva
I would like to page and sort the data (10 thousand records) retrieved
from the database. I don't want to sort it in memory. 

I am using Struts  DAO Hibernate) and want to page search results and
sort the data within that page. Also, I should have delete button for
each row and this button should post to a DeleteAction.

How do you achieve this using display tag?

Thanks in advance!!
 
-Original Message-
From: Lixin Chu [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 22, 2006 5:40 PM
To: Struts Users Mailing List
Subject: Re: Sorting  paging search results with delete button for each
row?

why displaytag does not meet your requirements ?

On 2/22/06, Narayanan, Shiva [EMAIL PROTECTED]
wrote:

 Hello All,

 What is the best way to sort and page search results, (with delete
button
 for each row) using Struts? Are there are any open source tag
libraries to
 achieve this?



 Looked at displaytag. I want to retrieve data from the database using
 hibernate.



 Many Thanks!!




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



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

2006-02-23 Thread Chandra.Ravinithala
Not sure if you are looking for a good open source solutions here.
If you are, have a look at the following site:

http://extremecomponents.org/extremesite/welcome.jsp

Chandra 

-Original Message-
From: Narayanan, Shiva [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 23, 2006 8:23 PM
To: Struts Users Mailing List
Subject: RE: Sorting  paging search results with delete button for each
row?

I would like to page and sort the data (10 thousand records) retrieved
from the database. I don't want to sort it in memory. 

I am using Struts  DAO Hibernate) and want to page search results and
sort the data within that page. Also, I should have delete button for
each row and this button should post to a DeleteAction.

How do you achieve this using display tag?

Thanks in advance!!
 
-Original Message-
From: Lixin Chu [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 5:40 PM
To: Struts Users Mailing List
Subject: Re: Sorting  paging search results with delete button for each
row?

why displaytag does not meet your requirements ?

On 2/22/06, Narayanan, Shiva [EMAIL PROTECTED]
wrote:

 Hello All,

 What is the best way to sort and page search results, (with delete
button
 for each row) using Struts? Are there are any open source tag
libraries to
 achieve this?



 Looked at displaytag. I want to retrieve data from the database using 
 hibernate.



 Many Thanks!!




-
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: Sorting paging search results with delete button for each row?

2006-02-23 Thread Dave Newton
Narayanan, Shiva wrote:
 I would like to page and sort the data (10 thousand records) retrieved
 from the database. I don't want to sort it in memory. 
   

How/where do you want to sort it?!

Dave



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



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

2006-02-23 Thread Narayanan, Shiva
Planning to use Hibernate query in my DAO.

-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 23, 2006 9:06 AM
To: Struts Users Mailing List
Subject: Re: Sorting  paging search results with delete button for each
row?

Narayanan, Shiva wrote:
 I would like to page and sort the data (10 thousand records) retrieved
 from the database. I don't want to sort it in memory. 
   

How/where do you want to sort it?!

Dave



-
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: Sorting paging search results with delete button for each row?

2006-02-22 Thread Lixin Chu
why displaytag does not meet your requirements ?

On 2/22/06, Narayanan, Shiva [EMAIL PROTECTED] wrote:

 Hello All,

 What is the best way to sort and page search results, (with delete button
 for each row) using Struts? Are there are any open source tag libraries to
 achieve this?



 Looked at displaytag. I want to retrieve data from the database using
 hibernate.



 Many Thanks!!





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 displaytag does not meet your requirements ?

 On 2/22/06, Narayanan, Shiva [EMAIL PROTECTED] wrote:
 
  Hello All,
 
  What is the best way to sort and page search results, (with delete
 button
  for each row) using Struts? Are there are any open source tag libraries
 to
  achieve this?
 
 
 
  Looked at displaytag. I want to retrieve data from the database using
  hibernate.
 
 
 
  Many Thanks!!
 
 
 




Sorting paging search results with delete button for each row?

2006-02-21 Thread Narayanan, Shiva
Hello All,

What is the best way to sort and page search results, (with delete button for 
each row) using Struts? Are there are any open source tag libraries to achieve 
this?  

 

Looked at displaytag. I want to retrieve data from the database using hibernate.

 

Many Thanks!!