https://issues.apache.org/jira/browse/WICKET

--
Jeremy Thomerson
http://www.wickettraining.com



On Mon, Nov 23, 2009 at 3:53 AM, Wayne Pope <
waynemailingli...@googlemail.com> wrote:

> ok where should I log it?
>
> On Fri, Nov 20, 2009 at 7:22 PM, Igor Vaynberg <igor.vaynb...@gmail.com>
> wrote:
> > looks like a bug.
> >
> > -igor
> >
> > On Fri, Nov 20, 2009 at 8:55 AM, Wayne Pope
> > <waynemailingli...@googlemail.com> 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: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to