Hi!
i'm a new user of jsf.
I'm developing a web application in jsf 2.0 . There is a page in my application for which i have given session scope.
In this page i retrieve values in a datatable from mysql database according to the chosen combo box values.
I navigate from this page to some other pages in my application and when i come back to this same page again the previous values displayed already from the database remains as such since the bean scope is session.
I have to reset the values of datatable and combobox.
Any help appreciated.
Thanks in advance.
Regards,
Indu