Need help on JSP

This is a discussion on "Need help on JSP" within the Other Programming Languages section. This forum, and the thread "Need help on JSP are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 2nd, 2005, 06:45
New Member
Join Date: Aug 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Need help on JSP

Hi, I need to achieve the following. I am creating a JSP page that should retrieve data from the database. The JSP page should refresh every 2 minutes. The data should be displayed in the form of a table with the title of the columns on the JSP page hyperlinked. When user clicks on a column title, the data should be sorted in an ascending or descending order.

I have written a servlet that fetches the data and forwards it to the jsp page. Also, when the user clicks on the column title, the servlet is called with some parameters in the query string and it sorts the data and forwards it to the JSP page. I am not using <FORM> tag in the JSP page as I do not have to submit anything from the JSP page to the servlet. Now the question on refreshing the JSP page. I can use the <META HTTP-EQUIV = "Refresh" ....> tag in the JSP page, but how can I send parameters to the servlet through this tag? I understand that a GET request will be sent with this refresh tag. Is that correct?

Also, it would be great if you could suggest any better way to achieve what I am trying to do in the above mentioned application.
Reply With Quote

Reply

Tags
help, jsp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 10:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43