<div dir="ltr">Ok, I found the problem in case someone else has the same... In seaside 3.0.9 I was doing:<div><br></div><div>preferenceAt: #actionPhaseContinuationClass put: MyActionPhaseContinuation;<br></div><div><br></div><div>MyActionPhaseContinuation was a subclass of WAActionPhaseContinuation and  implemented its own #handleRequest doing something and then calling super. In 3.1.3 it seems I need to subclass from WACallbackProcessingActionContinuation instead and also re-implement #performAction. </div><div><br></div><div>Thanks,  </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 8, 2014 at 5:58 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi guys,<div><br></div><div>I am trying to port my app from Seaside 3.0.9 to Seaside 3.1.3. I am in Pharo 2.0 at the moment. All code loads clean. However, I cannot get pass my login window. The root task (WATask implementing #go) of my app does a call: to &quot;welcome and login&quot; component. This component has a username and password input and a simple login button. </div><div><br></div><div>The problem is that no matter what I do, the callback of the submit button is never called. When I click in Submit button, I do see the URL bar in the browser to get a new _k.... but it refreshes me again to the login page.  In fact...I put a halt AFTER the #call: to my welcome/login page in the #go of the root task...and nothing...it does not even halt there...</div><div><br></div><div>So something strange is going on and I have no clue where to take a look.</div><div><br></div><div>Any idea?</div><div><br></div><div>Thanks, <span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
</div>