I have a page that in a piece of javascript code does some updates to
the page dom, and then does a wicketajaxpost request. This all works
fine, unless the dom updates trigger loading of page-bound resources
(e.g. images). As it turns out wicket detects during the ajax requests
that other requests are made for the page (the images with their
resourceimage). In that case it just plainly substitutes the ajax
request with an EmptyAjaxRequestTarget, ignoring the original request
without warning.

Is there a way around this?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to