[eluser]iive[/eluser]
what I am doing now is using redirect technique.. I have a processing function in my controller and after we have validated and done all the db queries then this function will redirect the user to formDisplay function which display the form(with errors if any).
Basically, my form's action will pass to the processing function instead of the formDisplay to do all the validation and processing.