Hi there,<br><br>&nbsp;I&#39;m using seaside 2.7a1-pmm.157 with ShoreComponents-3 and because of an unespected walkback (because #request where nil) I&#39;ve patched this method to:<br><br>WARender&gt;&gt;shouldRedirect<br>&nbsp;&nbsp;&nbsp; ^ request isNil or:[request isGet not or: [(request fields includesKey: &#39;_n&#39;) not]]
<br><br>&nbsp;I&#39;m the only one?<br><br>regards,<br><br>Sebastian<br><br><br>