I have a form on a page that submits to a controller with a POST value. I have a situation where I would like to run that some code just as if the form were being submitted with the input POST value to the controller but run it from another page that is not using a form input. Is there a way to mimic the form?
I assume I can do it with a header and a GET variable, but I would rather stay away from that if possible.
Does that make sense to anyone other than me?