No, I am not click buttons crazy ,:) .
I see debug console returns:


    Tapestry.require_field(event, 'countrySelect', 'You must enter a value for null.'); });
    Tapestry.set_focus('countrySelect');
    dojo.event.connect(window, "onload", function(e) {
         dojo.event.connect(dojo.byId("profileForm"), "onsubmit", document, "postprofileFormForm");
    });

if is ajax request, then I think it should be

    Tapestry.require_field(event, 'countrySelect', 'You must enter a value for null.'); });
    Tapestry.set_focus('countrySelect');
     dojo.event.connect(dojo.byId("profileForm"), "onsubmit", document, "postprofileFormForm");

And YES.  AjaxForm changed when I update from CVS just now. :)
and It works OK now. so never mind it. :(





On 12/4/05, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Ah....Sorry for being so snippy, it's been a rough day ;)

I did notice what looks like some collision possibilities on form submissions. Sort of the same thing that happens when animations collide. It only happens when you really start clicking like crazy as fast as you can all over the page, but it's probably something we should account for. I think most of it is AjaxFormSupportImpl's fault,  it's rendering the script contributions from the other forms when it shouldn't be. I thought I had  "sort of "  added a possible patch to fix that but it doesn't seem like it.  I'll take a look at it later/tomorrow.

Everything should be generally fine though.

On 12/4/05, Felix Sun < [EMAIL PROTECTED]> wrote:
I updated from cvs this morning. I 'll update and try it again.


On 12/4/05, Jesse Kuhnert < [EMAIL PROTECTED] > wrote:
Is sf cvs posessed or am I losing my mind? I just got home, did a cvs update and everything is working perfectly.


On 12/4/05, Felix Sun < [EMAIL PROTECTED]> wrote:
Does anyone notice that in Partial Form Fields Demo page,
the first time when click Select button , It acts properly.
but after the partial refresh finished,  you do it(click Select button) second time, It cause full page reload.
both Firefox and IE are the same. Is it desired?

I 'll check it out if who familiar this part is busy. :), or can give some advice for quickly resovled it.




Reply via email to