looks like a bug.

-igor

On Fri, Nov 20, 2009 at 8:55 AM, Wayne Pope
<[email protected]> wrote:
> Hello,
>
> we get the following warning in our logs:
> (UploadProgressBar.java:106) - UploadProgressBar will not work without
> an UploadWebRequest. See the javadoc for details.
>
> We do override in the application:
> @Override
>        protected WebRequest
> newWebRequest(javax.servlet.http.HttpServletRequest servletRequest) {
>                return new UploadWebRequest(servletRequest);
>        };
>
>
> When I debug UploadProgressBar I see that:
> if (!(RequestCycle.get().getRequest() instanceof UploadWebRequest))
> {
>        log.warn("UploadProgressBar will not work without an
> UploadWebRequest. See the javadoc for details.");
> }
>
> However RequestCycle.get().getRequest() is returning a
> UploadWebRequest$MultipartRequest instance.
>
> What are we doing wrong or is this a bug?
>
> thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to