It is probably resolved but I just want do add

 <th> <a href=yourjsp.jsp?filed=COLUMN_NAME1>COLUMN NAME</a></th>

you just have to add in your sql an order or group by clause where value of
filed will go

Paul.



> -----Original Message-----
> From: Zeltser, Mark [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, May 03, 2001 3:17 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Sorting table columns
>
> One approach is to let database handle the sorting. You can pass a parameter
> (each column will represent different parameter) to store procedure which
> will return you new table sorted by specified column.
>
> Mark.
>
>
>
> > -----Original Message-----
> > From: Schulz Ryan C [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, May 03, 2001 3:00 PM
> > To:   [EMAIL PROTECTED]
> > Subject:      Sorting table columns
> >
> > Has anyone had any experience using a servlet to sort table columns?  I'm
> > filling a table dynamically and I want to sort the results by columns with
> > the column headers being links that will sort the data in that particular
> > column.
> >
> > I would appreciate any feedback on this.
> >
> > ==========================================================================
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
> ------------------------------------------------------------------------------
> This message is intended only for the personal and confidential use of the
> designated recipient(s) named above.  If you are not the intended recipient of
> this message you are hereby notified that any review, dissemination,
> distribution or copying of this message is strictly prohibited.  This
> communication is for information purposes only and should not be regarded as
> an offer to sell or as a solicitation of an offer to buy any financial
> product, an official confirmation of any transaction, or as an official
> statement of Lehman Brothers Inc.  Email transmission cannot be guaranteed to
> be secure or error-free.  Therefore, we do not represent that this information
> is complete or accurate and it should not be relied upon as such.  All
> information is subject to change without notice.
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to