Re: How to refresh a jsp page when I select a value from a html:select tag
Posted By:
Ed_Hoden
Posted On:
Monday, June 27, 2005 05:31 PM
We normally accomplish this sort of thing by submitting the form when the primary field (in this case City) is changed and then rebuilding the option list for the dependent field (Street). The tag would look something like
HTH Ed