Redirect/rendering out of xhr

Hi,

I have a link_to_remote to an action in my controller, which has an rjs
file
associated with it. In the action (where @request.xhr? is true), I have
tried to redirect to another page or render to another page. When I do
this,
the log says all the redirections/renders were successful, but I remain
on
the same page. My rjs file at least does not execute though, which is
good.
Any ideas on what’s going on?