in reply to A catalyst problem

<input type="button" onclick="document.location.reload()" value="Click + to Reload" />

Replies are listed 'Best First'.
Re^2: A catalyst problem
by aftershock (Sexton) on Mar 14, 2011 at 19:39 UTC
    yes that helped towards the solution.
    I ended up using ajax to call an action, then reload the page. That works.