Hi, guys.

I'm developing a form that allows user to upload file and then shows message
in modal window.
Modal window appears the same time user pushes upload button and shows busy
indicator. When file is uploaded,
modal window shows status message.

This approach works fine for single requests (not multipart). But with
multipart requests modal window behaves in strange way.
In doesn't show any content. For busy indicator I'm using AjaxLazyLoadPanel.
It has getLazyLoadComponent() method that is
invoked when modal window is shown. But, when multipart request is passed,
this method isn't invoked.

Could you give my any ideas where is problem?

Best regards, Alexander.

Reply via email to