I have problem with bean request scope.
I have a JSF page with its backing bean on request scope.
I have a customer page that show a selected customer information such
addrsses and invoices.
I want to add a new address to customer address list.after adding a
address when I press F5 (refresh the page),the added address will add
again.
I use <saveSate> tag to save my bean property ( selected customer
Information ) .
how can i prevent of this?