> do not add your own form, i dont think we handle multipart embedded forms
> yet. simply add the field directly to the wizardstep panel.
>
> -igor
thank you igor. now the upload works.
but:
- howto set maximum upload size?
setMaxSize(Bytes.kilobytes(500));
no longer works (I'm inside a wizardstep and have no form component I can
access)
- howto add ajax progress bar?
I added
protected WebRequest newWebRequest(HttpServletRequest servletRequest)
{
return new UploadWebRequest(servletRequest);
}
to application, but can't
add(new UploadProgressBar("progress", ???));
(what to use as second param/form? (I'm inside wizardstep)
Is there a way to get the form of the wizard?
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user