On Feb 19, 2008 8:35 AM, Matt Pitts <[EMAIL PROTECTED]> wrote: > Bottom line - form POSTs should be made to the same URL as the form GET.
FWIW, even if you use different URLs, maybe you could try an analogue $c->forward approach (the submitted values will still be available in $c->request). But of course, using the same URL seems easier and more logical on some contexts (including, of course, the REST paradigm). _______________________________________________ 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/
