Hi All,
I am a newbie to the Spring...
I am using SimpleFormController for my customer add screen. I had already done the validators, referenceData. Now i have a company drop down which will be filled with values got from referenceData(). onchange of the company selection i need to fill dealer drop down using AJAX.
Please help me in how to handle that action? because i understand there will be only one form attached with one SimpleFormController which has one success view for onSubmit().
I have tried finding in google... can i use handleRequestInternal()?


Reply With Quote