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 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
