I have a page where the user put the product code. In the next page I open a form where the user choose details of the product.
The product backing bean (productBean) is in the request scope. The are a lot of SelectOneMenus, the options are generated in methods of productBean. Several options depends of the product that the user has choosen. The form apear like I want. But when a click the form to save the request I`m having errors in all SelectOneMenus that the options depends of the kind of product. I have a validation error saying that the value is not valid. The error ocurrs and the form is reexibited with the SelectOneMenus with no options.

