Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: RE: Servlets and JSP.


Message #1 by Chanoch Wiggers <ChanochW@w...> on Tue, 28 Aug 2001 12:54:14 +0100
this information is more than just dumping information in your direction.
You need to store the information in a bean which you then append to the
request object and then pass to a jsp page which uses the usebean tag to
download and access the bean.

the only book I know of that deals with this is the wrox pro jsp (chapter 4
and elsewhere in the book in the old edition) but I am sure that there are
others.

chanoch

-----Original Message-----
From: Kalpana [mailto:kalpanas@g...]
Sent: 27 July 2001 11:59
To: Servlets
Subject: [servlets] Servlets and JSP.


Hi,


 i have written a servlet that retrieves data from the database,i want to 
get this data and display it in a combo box in a JSP page.

please help in this regard and if possible can sumone send me the source 
code for the same.

hoping for a positive reponse.
Thanks & Regards Kalpana

  Return to Index