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]

Reply via email to