I wonder if you are simply misunderstand what #defaultAction: does... the default action is only triggered when the user submits the form by pressing Return in a text field.<br><br>The test at <a href="http://localhost:8080/tests/functional/WACallbackFunctionalTest">http://localhost:8080/tests/functional/WACallbackFunctionalTest</a> seems to be working fine. Click in the text box and press return and you&#39;ll see the default action callback is being executed.<br>

<br>All forms on the page will have the same action key, just as all links have the same base URL. Only the names of the parameters (whether form inputs or url parameters) change. the _k refers to the page/continuation that generated the callbacks, so it should usually be the same for everything on a single rendered page.<br>

<br>Julian<br><br><div class="gmail_quote">On Mon, Jul 16, 2012 at 10:41 PM, Sebastian Sastre <span dir="ltr">&lt;<a href="mailto:sebastian@flowingconcept.com" target="_blank">sebastian@flowingconcept.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 style="word-wrap:break-word">Hi there,<div><br></div><div>I&#39;ve loaded Seaside 3.0.7.1 on Pharo 1.4 and the forms action issue is still there.</div>

<div><br></div><div>I am missing a patch or is still an open issue?</div><div><br></div><div>how are you guys getting X action executed when the user press enter in a form?</div><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">

<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">

<div><div><a href="https://about.me/sebastianconcept" target="_blank">sebastian</a></div><div><br></div><div>o/</div></div><div><br></div></div></span>PD: to reproduce the problem you can</div><div style="word-wrap:break-word">

1. go to WAHtml5InputTest</div><div style="word-wrap:break-word">2. set a default action like this:</div><div style="word-wrap:break-word"><span style="white-space:pre-wrap">        html form
                defaultAction:[self halt];
                with: [
                html table: [</span></div><div style="word-wrap:break-word">….</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">3. browse <a href="http://localhost:8080/tests/functional/WAHtml5InputTest" target="_blank">http://localhost:8080/tests/functional/WAHtml5InputTest</a> and submit the form<span style="white-space:pre-wrap">        </span> </div>

<div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">there are 2 problems:</div><div style="word-wrap:break-word">1. you never get the default action executed</div><div style="word-wrap:break-word">

2. there are 2 forms in that page and they have the same action key which makes no sense</div></span></span><br>
</div>
<br></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>