Hi,
I'm using an uploadprogressbar in a form that is being submitted using
ajaxfallbackbutton, the following is the code,

final Form images = new Form("images_form");
                        images.setMaxSize(Bytes.megabytes(7));
                        final UploadProgressBar progress = new
UploadProgressBar("progress", images);
                        progress.setOutputMarkupPlaceholderTag(true);
                        images.add(progress);
                        add(images);
....
images.add(new AjaxFallbackButton("change_img", images) {
...
}

this uploads with no errors! but the progress bar doesn't get displayed.
what could be the problem.

Regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to