This content has been marked as final.
Show 1 reply
-
1. Re: Will the DataModel save data to db automatically?
damianharvey.damianharvey.gmail.com Apr 10, 2008 1:33 PM (in response to anatorian)When you submit the form with the h:commandButton the updated values are applied to the model. If you don't want them saved you can look into setting the flushMode to manual.
Cheers,
Damian.