do you mean that you want the second list to update without another round trip to the server? If so, you're looking at client side scripting, probably JavaScript. You'd have to supply all of the customer data as reference data in the page showing customer lists. Usual caveats apply with any client side technology.
If you want to round-trip the server after selecting a customer you can still use the same controller just passing a parameter to identify which customer was selected. The controller adds the customer detail to the model if a valid id is in the request and the same view can show it.
If you meant something entirely different, you'll need to supply more detail.
Regards,
Darren Davison.
Public Key: 0xE855B3EA