Hi All,
I have a table called M_news which has the following structure.
NEWS_ID VARCHAR2(15) NULL,
NEWS_DT DATE NULL,
NEWS_TITLE VARCHAR2(100) NULL,
NEWS_TEXT VARCHAR2(2000) NULL
The primary key is News ID
I have 2 jsps. The first one lists all the News_titles which are fetched
from the Oracle 8 database. Based on the News_title selected, the next page
has to go to the database and pass the news_title and then fetch the
news_text from the M_news table and display it . Now I can create the Query
String which passes the News_title from the 1st jsp but I am not able to
retrieve the value from the Query string in the second jsp.
Can anyone help me out in this matter ?
Thanks in Advance,
Shashwati
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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