If you're talking about the PRG pattern [1] then yes, in your POST handler for the given URL, you would handle the POST request (write the information to a database for example), then issue a redirect (to another URL, or to the same URL), and in the GET handler for that URL, you would render a template.
[1] http://en.wikipedia.org/wiki/Post/Redirect/Get