JavaBean « Form « JSF Q&A





1. How to redisplay form with empty fields?    stackoverflow.com

I'm inserting data from a jsf page to database using managed beans.
But the problem is when my jsf page is loaded existing beans values are displayed in the form fields, but ...