| Author |
servlet
|
pallavi choudhary
Greenhorn
Joined: Apr 30, 2003
Posts: 3
|
|
i am handling a prj. in servlets. the prob i am currently facing is dat i have a listbox n a textarea. after selecting an item from the listbox the textarea should display the information (stored in database). plz. help me to tackle this prob.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
When the list box is selected submit the request to a servlet which will retrieve the data from db and display the data.
|
Groovy
|
 |
 |
|
|
subject: servlet
|
|
|