RedirectContent with $params?
Posted: Tue Apr 08, 2008 6:50 pm
Hello,
is there any function to redirect to other page (like RedirectContent($id)) with parameters?
I need to redirect to another page and passing through $message variable into redirected template. Something like this:
I do need to redirect to another page and cannot just use ProcessTemplate() to avoid double submission of form. I need the complete reload of the page but with parameters.
Thank you,
Sonya
is there any function to redirect to other page (like RedirectContent($id)) with parameters?
I need to redirect to another page and passing through $message variable into redirected template. Something like this:
Code: Select all
$this->RedirectContent($id, $params, $message);
Thank you,
Sonya