Re: JSF forced page refresh



Thank you for your help Danno but i was able to find an alternate way
of solving the problem. If I load the component tree into a list
becasue they are all attached to a form, I can go through the list of
child elements on the form (which are the elements i want to clear) and
clear each one. I did it this way and it works, but i had to use a
submit button for it to work though. This is fine and has no ill
affects from doing so as opposed to the traditional reset button.

.