well, it works fine here: http://wicketstuff.org/wicket13/upload/single

so it must be something inside your app...

-igor


On Thu, Apr 24, 2008 at 7:47 PM, liny <[EMAIL PROTECTED]> wrote:
>
>
>
>  adrienleroy wrote:
>  >
>  > if you look at the wicket extension javadoc  you will find the explanation
>  > :
>  >
>  > in your class extending the WebApplication class you have to override the
>  > newWebRequest method
>  >
>  >     @Override
>  >     protected WebRequest newWebRequest(HttpServletRequest servletRequest)
>  > {
>  >         return new UploadWebRequest(servletRequest);
>  >     }
>  >
>  >
>
>  Hi~
>  I override the method you said.
>  But still can't see a bar running from left to right.
>
>  PS: I use wicket 1.3.3
>  --
>  View this message in context: 
> http://www.nabble.com/Can%27t-see-progress-in-progressBar-tp16836320p16884112.html
>
>
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  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