I have a page (lets call it FOO) which takes some POST data and accesses
it via %ARGS for processing.
If the processing fails, I would like FOO to be able to $m->redirect to
page BAR for further processing, with the args intact.
Obviously $m->redirect("/BAR") won't do the trick, the %ARGS will be
lost. I could take %ARGS and manually URL encode them
($m->redirect("/BAR$encoded_args")), but that seems like a lot of work
if there's already code out there to do that.
Does there exist such code?
-Patrick
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users