paginating results of a form post?

The most common ways of doing it are hidden form variables or the session. The Scaffolding Extensions plugin [1] uses hidden form variables to paginate search results, if you want an example of how to do it.

[1] Peak Obsession