View Single Post
  #9 (permalink)  
Old 11-30-2007, 03:13 PM
Davidoff Davidoff is offline
Junior Member
 
Join Date: Oct 2007
Posts: 27
Default

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.
Reply With Quote