problem in db access

2004-09-17 Thread DGraham
Return Receipt Your problem in db access document

Re: problem in db access

2004-09-17 Thread Bj
you can do this in several ways but you always need to reload the JSP page and use a bit of javascript. If you fill your combobox in the JSP, then simply reload the page with an additional request parameter containing the selected option. In your JSP code you must check the presence of this par

problem in db access

2004-09-16 Thread Jitender K Chukkavenkata
Return Receipt Your problem in db access document

problem in db access

2004-09-16 Thread viji.george
 hello friends,   I have a form in a jsp page, where i have 2 select box . The values of both come from the database(db).  On the selection of first select box, the values should be fetched from the database for the second on the  basis of the value selected in the first.   When i load the pa