1
I have a orderList
for the operator to select the customer’s name. After he selects I need to direct him to another page with the customer’s data. How do I pass on customer information that has been selected to another xhtml page? What is the reasoning for doing this?
The rationale is: the page that should show the client data expects a parameter with the client ID, and the page where the client is selected (its orderList) renders, for each client, a link to the detail page, passing the client ID on this link. Caught?
– Caffé