Change transition when redirecting pages from the server-side.

Change transition when redirecting pages from the server-side.

Hi,

I have rails app using the jquery mobile framework. In one of my pages, I have a form and a submit button, which sends the data to an action on the server-side. The server, then, inserts the new entry into the database and redirects to a page that lists all entries. The redirection is accomplished by using the default slide transition. 

I've tried to send the data through ajax and, at first, it solved my problem, since the redirection was done on the client side and I was able to set the pop transition. On the other hand, the list which displays all the entries didn't get updated and the new entry was not shown. 

Any suggestion?