posted 16 years ago
Hi
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 am wondering if i am doing it right?
code is as follow;