tiago182
Feb 10th, 2006, 11:18 AM
Hello,
What's the difference between the methods SimpleFormController :: processFormSubmission() and SimpleFormController :: onSubmit()? I mean, I have 2 distinct controllers, and one of them simply doesn't call onSubmit(). That's the reason I'm using processFormSubmission(), but I don't like the idea of guessing the method will be called every time I build a new controller.
Regards,
What's the difference between the methods SimpleFormController :: processFormSubmission() and SimpleFormController :: onSubmit()? I mean, I have 2 distinct controllers, and one of them simply doesn't call onSubmit(). That's the reason I'm using processFormSubmission(), but I don't like the idea of guessing the method will be called every time I build a new controller.
Regards,