Perhaps I haven't explained the problem very well - if thats the case, my apologies.
When I submit a form, (and when anyone on any website in the universe submits a form), via the GET method, they are redirected to
action?query_string
Where action is the form action, and the query string is a product of the form fields.
A ZF MVC application has pretty URLs. The URLs I generate to link from page to page are indeed 'pretty' URLs of the MVC format.
The address of a page you're taken to after submitting a form ISNT.
|