I'm trying to make a form in JSP. Similar to a automotive form.
I have a drop down list for "Makes" (honda, toyota,etc)
and once a "make" is selected I want to generate the items in drop down list for "models" like (civic, s2000, pilot, etc)
Similar to how autotrader.com works.
My question is how can I do this? Is there a way to get JSP to do post back? I have other fields on this form so I would like a solution that doesn't wipe out the content of the fields.
I have a drop down list for "Makes" (honda, toyota,etc)
and once a "make" is selected I want to generate the items in drop down list for "models" like (civic, s2000, pilot, etc)
Similar to how autotrader.com works.
My question is how can I do this? Is there a way to get JSP to do post back? I have other fields on this form so I would like a solution that doesn't wipe out the content of the fields.