Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I reset a session bean to default values ?? jsf bean

843844Mar 5 2008 — edited Mar 5 2008
How do I reset a session bean to default values ?? jsf bean

I know I can use this to remove it from session...

FacesContext
.getCurrentInstance().getApplication()
.createValueBinding( "#{SearchTestFormBean}")
.setValue(FacesContext.getCurrentInstance(), null );


I would like to reset it to the original values of the session bean.


thanks

Phil
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2008
Added on Mar 5 2008
5 comments
4,178 views