| Author |
accepting a datas given by servlets through jsp
|
Arun M'Purushothaman
Greenhorn
Joined: Mar 14, 2003
Posts: 16
|
|
|
I needed to take the datas which need to be displayed in a separate window and those datas should be taken from the database which will be fetched by the servlet. how should i call those datas with jsp?
|
Nothing is impossible, even the word impossible says 'i m possible'.
|
 |
Juanjo Bazan
Ranch Hand
Joined: Feb 04, 2002
Posts: 231
|
|
In your servlet, put the data into the session(or into the request object), and just read it from the jsp: HTH
|
 |
Arun M'Purushothaman
Greenhorn
Joined: Mar 14, 2003
Posts: 16
|
|
thank u.. may need more help I will try it out with what u have given.. thanx for the help any way...
|
 |
Arun M'Purushothaman
Greenhorn
Joined: Mar 14, 2003
Posts: 16
|
|
|
thanx again.. need to do lot with this.. thanx a lot again..
|
 |
 |
|
|
subject: accepting a datas given by servlets through jsp
|
|
|