Hi guys,

we're migrating to wicket 6.17 and I'm stuck at problem that AjaxSubmitLinks
are not working inside form, which is marked as multipart form, yes we have
there some upload fields. Method onSubmit of AjaxSubmitLinks never gets
called...:-(...I see NO ERRORS in the javascript console...Anyway AjaxLinks
in the same place are working fine....Back to problem:

*HTML of AjaxSubmitLink*



*Java*



*Link inside DOM:*



*Registered event in the new Wicket 6.0 style:*

Wicket.Ajax.ajax({"f":"form10e","mp":true,"u":"./application-form?3-3.IBehaviorListener.0-content-form-panesContainer-2-paneContent-panesContainer-0-paneContent-personsContainer-relatedPersons-2-remove&id=_AxmgvNX1d4A3Jiqlimy25exWY9xmL1U&tabId=a4UHLIwD5zvFwqfJ5Pw4","e":"click","c":"remove11d","sc":"panesContainer:2:paneContent:panesContainer:0:paneContent:personsContainer:relatedPersons:2:remove","m":"POST","i":"veil"});;


I was debugging wicket-ajax-jquery.js and jquery's ajax never get's called
in this case, because of the line:



Repeated clicking at the mentioned AjaxSubmitLink ends then in message:
*"Channel '0' is busy - scheduling the callback to be executed when the
previous request finish."* in the AJAX DEBUG CONSOLE.


Guys, any help would be highly appreciated...Maybe I should refactor
mentioned form in some way, but migration guide doesn't provide info
concerning AjaxSubmitLink...

Thank you very much in advance for any help

regards

Tomas







--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Multipart-form-doesn-t-work-with-AjaxSubmitLink-1-5-8-6-17-upgrade-tp4668161.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to