makeForm($formData)
setup newLocation to pass data $formData via post at next call.
Ex:
//add form data to next newLocation call, then naviagate $formData="user=foo&test=hh"; $this->makeForm($formData); $this->newLocation($newLoc) ;