My application has a drop down list named employeeId .
When an employeeId is selected I want to populate all other fields(employeeName,Address etc) automatically in the same form.
Is it possible to do without using ajax?
How to implement this using spring?
Thanks and Regards
Privin Thomas

