Hi Stormspire, There is a wiki page on this topic. Enjoy!
[1] http://wiki.apache.org/myfaces/ClearInputComponents Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. stormspire wrote:
I am using saveState with myfaces. Now I faces a problem, I have a page, after submit it to an action method, I have done some business process, then change values that will be presented in the page. If I use "return null" at the end of action method, the page won't refresh with latest value. I have to declare a navigation rule inside faces-config.xml and using 'return "someRule"' to refresh the values. I am wondering what's the correct way to do it, doubt the second way will have unnecessary process.

