I am trying with my little knowledge to update the Customer Details onChange event of list, let me tell you the way i am doing it.
I am using simpleFormController that loads the list values, When i select any of the customers from the list i call javascript function that does AJAX process, in this process I am passing URL that invoke the same contoller again. Infact, This is the point where i am confused as i need to see the customer details on same page, But they are not coming on the page but definately coming from DB.
I don't know Ajax, but I do know that Spring has Spring Javascript which makes doing Ajax calls easy in Spring MVC. Maybe it might be best to use it, rather than trying to re-invent the wheel.