How to reset property values from session managed beans?

Hello gurus,

In my JSF application i used session managed beans. So when the user navigates out/in to the page it remembers all his/her previous values in the form.

I need to reset the from whenever the user navigates out of the screen.

Can anybody help?

Thank you,

Karthik

[310 byte] By [kbalasun78a] at [2007-11-27 11:40:51]
# 1

The simplest way is to use request scoped beans for the values in the form.

RaymondDeCampoa at 2007-7-29 17:34:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...