[Catalyst] best practices for handling forms?

E R pc88mxer at gmail.com
Tue Sep 21 17:25:54 GMT 2010


Hernan, Octavian - thanks for your replies.

Both of you have given examples where the display of the form and the
processing of the form are handled by the same method. In that case in
order to go from one page to the next you always need to use a
redirect. Doing this is very clean, but it involve another
communications round trip.

If the form display and form processing are handled by separate
methods, you can avoid the redirect if you're careful.

Any thoughts on this issue?

Thanks,
ER



More information about the Catalyst mailing list