Hi all,

I have a form that is wired with a backing bean. On the initial loading,
I need to load the backing properties from the DB to be displayed on the
page, then persist into the DB on submission after user edited the form.

I only want to preload the bean from DB on the initial form loading not
on the form submission. Is there a way for the backing bean to know
whether it is created as a result of initial request or a form submit so
it can act accordingly.

Thanks,
Xiaohong

Reply via email to