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:

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

2006-02-23 Thread Narayanan, Shiva
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

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

Action class design for similar forms with different input fields?

2006-01-29 Thread Narayanan, Shiva
Hello, Following tables are present in our database. We have mapped these tables to model classes using hibernate where the model class for table 2 is a collection in model1 class. Table 1 Part_Id - int identity (10) - Primary key Part_Code - Char (10) Part_Name - Varchar (50) Table 2 S