[Catalyst] Question on parameter passing

Juan Miguel Paredes juan.paredes at gmail.com
Mon Feb 18 13:25:41 GMT 2008


On Feb 19, 2008 8:35 AM, Matt Pitts <mpitts at a3its.com> 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).



More information about the Catalyst mailing list