Hi!<div><br></div><div>I am currently trying to use JQuery Mobile (Alpha) with Seaside 3.0.</div><div><br></div><div>The problem is that this lib catches all anchor clicks and </div><div>performs ajax calls to get a new page, which is a fully render xhmtl page.</div>
<div><br></div><div>The WAActionCallback doesn&#39;t currently allow such ajax callbacks.</div><div>They are blocked with this method:</div><div><br></div><div><div>isEnabledFor: aRequestContext</div><div>&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>^true&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>^aRequestContext request isXmlHttpRequest not</div></div><div><br></div><div>What would be a good solution to enable such callbacks also for AJAX calls.</div>
<div><br></div><div><br></div><div>Cheers</div><div>Gerhard</div>