[jQuery] Re: [VALIDATE] - Submit button is missing from post if i use remote method

2008-09-21 Thread zanetine
Hi Jörn, Thanks for your prompt reply, if it is intended to behave like this its ok. but i think submit button should be included in request if its possible, as most of programmers (including my self) check post back on same page using submit button name, so it would be better if it includes subm

[jQuery] Re: [VALIDATE] - Submit button is missing from post if i use remote method

2008-09-21 Thread Jörn Zaefferer
When using remote validation, the submit is native submit is always cancelled and a different submit is triggered after validation has run. Therefore the submit button isn't included in the request. If you consider that a bug, please file a ticket: http://dev.jquery.com/newticket (requires registr