I have a form which creates a new \[code\]Employee\[/code\]. My backing bean is \[code\]@SessionScoped\[/code\]. When I create the first employee, everything went well. However, when I'm about to create the second employee, the form still displays the properties of the first employee in the input fields.How do I reset them without changing the scope of the bean? The scope is mandatory for other purposes.