I think my problem boils down to needing to do a synchronous ajax GET instead of the default asynchronous one... my decorator's $.unblockUI() call gets invoked too soon, because the Wicket.Ajax.Get is asynchronous. Q: is there a way to switch the wicket ajax get call to synchronous mode on the fly?
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652893.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]
