Re: ProgressBar not showing progress

2016-07-06 Thread Sven Meier
Hi, I've just tried out wicketstuff-progressbar and the example worked fine. Regards Sven On 06.07.2016 11:26, Iamuser wrote: Hello, I'm using Wicket 7 and I'm trying to do a test form with a progressbar on it. Here is my test java class and the html for it. The protec

ProgressBar not showing progress

2016-07-06 Thread Iamuser
Hello, I'm using Wicket 7 and I'm trying to do a test form with a progressbar on it. Here is my test java class and the html for it. The protected Progression getProgression() {..} is never called. The thread increments the progress variable, but as getProgressing is not being c

ProgressBar not drawing on the page

2016-07-05 Thread Iamuser
Hello, I'm using Wicket 7. I am trying to show a progress bar, while some files are being processed. The progress percent is showing fine on the page, however, the progressbar si now drawn on the page: Here is how it is showing: <http://apache-wicket.1842946.n4.nabble.com/file/n46750

Re: JQuery progressbar

2015-05-06 Thread Sebastien
ef look at files in the project. At least one thing > >>> which > >>>>>> is wrong: > >>>>>> > >>>>> > >>> > https://github.com/cat1000/FutureProgressBar/blob/master/src/main/java/my/company/panels/Ro

Re: JQuery progressbar

2015-05-05 Thread Chris
4 >>>>>> >>>>>> You should not unwrap the model object in a ctor; use the model >>> directly. >>>>>> Also for subsequent components, use a model (like a propertymodel) >>>>>> That explains why your model object seems to nev

Re: JQuery progressbar

2015-05-05 Thread Chris
opertymodel) >>>>> That explains why your model object seems to never be updated, actually >>>> the >>>>> listview is pointing the the old model object... >>>>> >>>>> I will try to have a deeper look tomorrow... >>>

Re: JQuery progressbar

2015-05-05 Thread Sebastien
> >>> > >>> > >>> On Mon, May 4, 2015 at 9:47 PM, Chris wrote: > >>> > >>>> Hi Sebastian & all, > >>>> > >>>> I have set up a quick start project (see > >>>> https://github.com/cat100

Re: JQuery progressbar

2015-05-05 Thread Chris
; >>> >>> On Mon, May 4, 2015 at 9:47 PM, Chris wrote: >>> >>>> Hi Sebastian & all, >>>> >>>> I have set up a quick start project (see >>>> https://github.com/cat1000/FutureProgressBar < >>>>

Re: JQuery progressbar

2015-05-05 Thread Sebastien
> >> overview over the goals and the open questions. > >> > >> Basically, I am using a Future-Task to load data from a long-running > >> service and in the meantime would like to display the loading progress > via > >> a progressBar. > >> Thi

Re: JQuery progressbar

2015-05-04 Thread Chris
ps://github.com/cat1000/FutureProgressBar < >> https://github.com/cat1000/FutureProgressBar>). >> Please read the readme.txt file contained in the package to get an >> overview over the goals and the open questions. >> >> Basically, I am using a Future-Task

Re: JQuery progressbar

2015-05-04 Thread Sebastien
e open questions. > > Basically, I am using a Future-Task to load data from a long-running > service and in the meantime would like to display the loading progress via > a progressBar. > This basically is working. > > However, after the loading has finished, the panel is not

Re: JQuery progressbar

2015-05-04 Thread Chris
I am using a Future-Task to load data from a long-running service and in the meantime would like to display the loading progress via a progressBar. This basically is working. However, after the loading has finished, the panel is not reloaded. Thanks a lot for your help! Chris > Am 04.05.

Re: JQuery progressbar

2015-05-04 Thread Sebastien
Hi Chris, I am using a heuristic for an optimization problem and this takes about > 5-10 seconds. > So it might be a good idea to use a future task to run this service, which > receives the data (list of object) in the end. > In the beginning, I would like to initialize the model with an empty li

Re: JQuery progressbar

2015-05-03 Thread Chris
gt;>>>> Hi, >>>>>> >>>>>> the theme.css was missing. >>>>>> >>>>>> I have put the progress bar in a panel and add the behavior to the >> form >>>>>> based on a wicket event (click button). >

Re: JQuery progressbar

2015-05-03 Thread Sebastien
ss bar in a panel and add the behavior to the > form > >>>> based on a wicket event (click button). > >>>> How can I run the run the progress bar in parallel to some background > >>>> process so that the panel gets updated and not waits until the pa

Re: JQuery progressbar

2015-05-03 Thread Chris
gt; >>>> Thanks >>>> >>>> >>>>> Am 03.05.2015 um 21:06 schrieb Chris : >>>>> >>>>> Hi Sebastian, >>>>> >>>>> thanks - I will have a look at it. >>>>> >>>>

Re: JQuery progressbar

2015-05-03 Thread Sebastien
t; >> > >> Thanks > >> > >> > >>> Am 03.05.2015 um 21:06 schrieb Chris : > >>> > >>> Hi Sebastian, > >>> > >>> thanks - I will have a look at it. > >>> > >>> Currently, I would l

Re: JQuery progressbar

2015-05-03 Thread Chris
k at it. >>> >>> Currently, I would like to run the example, however, only the feedback >> panel is shown, but not the table. >>> I have included the jquery-ui.css - what else might I be missing? >>> >>> Chris >>> >>> >>&

Re: JQuery progressbar

2015-05-03 Thread Sebastien
; > > > thanks - I will have a look at it. > > > > Currently, I would like to run the example, however, only the feedback > panel is shown, but not the table. > > I have included the jquery-ui.css - what else might I be missing? > > > > Chris > > >

Re: JQuery progressbar

2015-05-03 Thread Chris
ed the jquery-ui.css - what else might I be missing? > > Chris > > > >> Am 03.05.2015 um 20:44 schrieb Sebastien : >> >> Hi Chris, >> >> Actually progressbar does not hold a timer, its a separate >> AbstractAjaxTimerBehavior. >> You can e

Re: JQuery progressbar

2015-05-03 Thread Chris
Hi Chris, > > Actually progressbar does not hold a timer, its a separate > AbstractAjaxTimerBehavior. > You can extend the AbstractAjaxTimerBehavior to control the progressbar - > like in the demo - and add this custom behavior only when you need it > (button click for instance) >

Re: JQuery progressbar

2015-05-03 Thread Sebastien
Hi Chris, Actually progressbar does not hold a timer, its a separate AbstractAjaxTimerBehavior. You can extend the AbstractAjaxTimerBehavior to control the progressbar - like in the demo - and add this custom behavior only when you need it (button click for instance) Hope this helps, Sebastien

JQuery progressbar

2015-05-03 Thread Chris
Hi all, how can the timer of the progress bar initialized, so that it does not start automatically and only after a Wicket event is received (e.g. button click in another component?) http://www.7thweb.net/wicket-jquery-ui/progressbar/DefaultProgressBarPage?5 <http://www.7thweb.net/wic

Re: ProgressBar

2015-03-18 Thread Tobias Soloschenko
ior for you. > > Martin Grigorov > Freelancer, available for hire! > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Mar 18, 2015 at 9:24 AM, Hans-Heinrich Braun < > hansheinrichbr...@yahoo.de> wrote: > >> Hello Igor, >> I wa

Re: ProgressBar

2015-03-18 Thread Martin Grigorov
AjaxSelfUpdatingTimerBehavior for you. Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Mar 18, 2015 at 9:24 AM, Hans-Heinrich Braun < hansheinrichbr...@yahoo.de> wrote: > Hello Igor, > I want to inplement a progressBar by your W

Re: ProgressBar

2015-03-18 Thread Ernesto Reinaldo Barreiro
A bit of context might help people understand what you mean On Wed, Mar 18, 2015 at 8:24 AM, Hans-Heinrich Braun < hansheinrichbr...@yahoo.de> wrote: > Hello Igor, > I want to inplement a progressBar by your Wicket jquery example.If I use > a batch process as Timer, how i do ha

ProgressBar

2015-03-18 Thread Hans-Heinrich Braun
Hello Igor, I want to inplement a progressBar by  your Wicket jquery example.If I use a batch process as Timer, how i do have to implement it in your example?I did it already with cocoon and now want to try it with wicket. Thanks Heiner

RE: DownloadLink and ProgressBar

2013-11-20 Thread Paul Bors
". ~ Thank you, Paul Bors -Original Message- From: seyaw [mailto:seidy...@gmail.com] Sent: Monday, November 18, 2013 2:25 PM To: users@wicket.apache.org Subject: RE: DownloadLink and ProgressBar Yes Paul, getting the progress of the file generation is one of my challenge right now. Th

RE: DownloadLink and ProgressBar

2013-11-18 Thread seyaw
see the file generation is in progress. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662504.html Sent from the Users forum mailing list archive at Nabble.com

Re: DownloadLink and ProgressBar

2013-11-18 Thread Ernesto Reinaldo Barreiro
gt; Paul Bors > > -Original Message- > From: seyaw [mailto:seidy...@gmail.com] > Sent: Monday, November 18, 2013 3:52 AM > To: users@wicket.apache.org > Subject: Re: DownloadLink and ProgressBar > > Hi Ernesto, > A working example might be helpful. > Thank

RE: DownloadLink and ProgressBar

2013-11-18 Thread Paul Bors
How do you track the progress of your file generation in order to show the status bar? ~ Thank you, Paul Bors -Original Message- From: seyaw [mailto:seidy...@gmail.com] Sent: Monday, November 18, 2013 3:52 AM To: users@wicket.apache.org Subject: Re: DownloadLink and ProgressBar Hi

Re: DownloadLink and ProgressBar

2013-11-18 Thread Ernesto Reinaldo Barreiro
Thanks for the pointer! On Mon, Nov 18, 2013 at 10:54 AM, Martin Grigorov wrote: > I think > > https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/progressbar-parent > has > such examples > > > On Mon, Nov 18, 2013 at 10:52 AM, seyaw wrote: > > >

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
I think https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/progressbar-parent has such examples On Mon, Nov 18, 2013 at 10:52 AM, seyaw wrote: > Hi Ernesto, > A working example might be helpful. > Thank you > > > > -- > View this message in context: > h

Re: DownloadLink and ProgressBar

2013-11-18 Thread seyaw
Hi Ernesto, A working example might be helpful. Thank you -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662485.html Sent from the Users forum mailing list archive at Nabble.com

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
I didn't read the question correctly. It indeed talks about showing progress for the generation process, not the download. On Mon, Nov 18, 2013 at 10:39 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > Thanks for your comments. > > On Mon, Nov 18, 2013 at 9:10 AM, Martin

Re: DownloadLink and ProgressBar

2013-11-18 Thread Ernesto Reinaldo Barreiro
Martin, Thanks for your comments. On Mon, Nov 18, 2013 at 9:10 AM, Martin Grigorov wrote: > Hi, > > I haven't seen a web application that shows progress bar for download. > The browser itself shows such information - Google Chrome in the > bottom-left corner, Firefox in its download window/manag

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
a wicket DownloadLink where I generate file dynamically and > download > > it. It works. > > The process of dynamic File generation might take some time and like to > > show > > ProgressBar which show how much the generation has progressed. How Can I > do

Re: DownloadLink and ProgressBar

2013-11-17 Thread Ernesto Reinaldo Barreiro
@Override > public void onClick(final AjaxRequestTarget target) > { > > bar.start(target); > > new Thread() > { > public void run() > { >

Re: DownloadLink and ProgressBar

2013-11-17 Thread seyaw
@Override public void onClick(final AjaxRequestTarget target) { bar.start(target); new Thread() { public void run() { generateFile }. 3. add a progressbar (from wicket

Re: DownloadLink and ProgressBar

2013-11-17 Thread Ernesto Reinaldo Barreiro
start the file genaration with a thread? > and for 3. how to pol the server for the progress? > > Thank you very much > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662460.html > Sent

Re: DownloadLink and ProgressBar

2013-11-16 Thread seyaw
message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662460.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: DownloadLink and ProgressBar

2013-11-16 Thread Ernesto Reinaldo Barreiro
at 10:29 AM, seyaw wrote: > Hi All, > I have a wicket DownloadLink where I generate file dynamically and download > it. It works. > The process of dynamic File generation might take some time and like to > show > ProgressBar which show how much the generation has progressed. H

DownloadLink and ProgressBar

2013-11-16 Thread seyaw
Hi All, I have a wicket DownloadLink where I generate file dynamically and download it. It works. The process of dynamic File generation might take some time and like to show ProgressBar which show how much the generation has progressed. How Can I do that. I am using wicket 1.5.8 Thank you very

Re: How to use BootStrap3 ProgressBar and UpdateableProgress Bar

2013-11-07 Thread Martin Grigorov
t; > I am having a bit of difficulty fguring out how I can attach either a > ProgressBar or UpdatableProgresBar to my upload form. > > Any thoughts on this would be great. HTML template for form is as follows: > > > >

How to use BootStrap3 ProgressBar and UpdateableProgress Bar

2013-11-06 Thread David Beer
Hi Guys I have added an UploadProgressBar from the Wicket extensions to my upload form and process, it would be nice if I could keep the Bootstrap3 components. I am having a bit of difficulty fguring out how I can attach either a ProgressBar or UpdatableProgresBar to my upload form. Any

Re: wicket-stuff progressbar problem in Wicket 6.3

2012-12-05 Thread Martin Grigorov
http://apache-wicket.1842946.n4.nabble.com/wicket-stuff-progressbar-problem-in-Wicket-6-3-tp4654469p4654505.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wi

Re: wicket-stuff progressbar problem in Wicket 6.3

2012-12-05 Thread hsteisjo
Thanks Martin, it looks like my problem I'll give it a try. Do you know if a Wicket release is planned in the near future? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-stuff-progressbar-problem-in-Wicket-6-3-tp4654469p4654505.html Sent from the Users

Re: wicket-stuff progressbar problem in Wicket 6.3

2012-12-05 Thread Martin Grigorov
hable panels where one is the content > panel and one a progressbar panel. > > The idea was to send in whatever content is needed for an action and then > start the progressbar. This has worked very well based upon the wicketstuff > progressbar and their taskservice running on Wicket 1.4

wicket-stuff progressbar problem in Wicket 6.3

2012-12-04 Thread hsteisjo
this popup class holds switchable panels where one is the content panel and one a progressbar panel. The idea was to send in whatever content is needed for an action and then start the progressbar. This has worked very well based upon the wicketstuff progressbar and their taskservice running on W

Re: Progressbar problems

2012-06-13 Thread Martin Grigorov
ession getProgression() >                        { >                                return new Progression(progress, "Item " + > item); >                        } > > ? > > thnx, Sandor > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Progressbar-

Re: Progressbar problems

2012-06-13 Thread Sandor Feher
;Item " + item); } ? thnx, Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Progressbar-problems-tp4649923p4649932.html Sent from the Users forum mailing list archive at

Re: Progressbar problems

2012-06-13 Thread Martin Grigorov
Hi, You may also try https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/progressbar-parent http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-progressbar/ On Wed, Jun 13, 2012 at 12:59 PM, Sandor Feher wrote: > Hi, > > I have two problems with my progressbar. >

Progressbar problems

2012-06-13 Thread Sandor Feher
Hi, I have two problems with my progressbar. 1. It does not show up if I use AjaxButton or AjaxSubmitLink. I dig the archives, set setOutputMarkupPlaceholderTag(true) for progressbar but it did not help. If I change it to then it shows up. 2. If I try to upload a file from a shared folder

Re: IndicatingAjaxButton and progressbar from browser

2012-03-12 Thread Martin Grigorov
ctly but it is going away after a > successfull finish of the AJAX-call. > I'm using this on a webservice call which is returning information on > approx. 100 items. It will take some time before the actual result is > displayed on the screen. In the meantime the indicator has gone

IndicatingAjaxButton and progressbar from browser

2012-03-08 Thread devlam
take some time before the actual result is displayed on the screen. In the meantime the indicator has gone and the progressbar of the statusbar from the bottom of the browser is showing the progress. What I would like that also during the time the Ajax-call has finished and the actual result is dis

Re: wicket stuff progressbar

2010-11-24 Thread Martin Grigorov
It looks like SF SVN is down ... The sources for 1.4 are in .../branches/1.4.13/... On Wed, Nov 24, 2010 at 9:12 PM, Peter Karich wrote: > Hi, > > I am playing with the progressbar* but wonder where I can grab the sources > for 1.4? > this leads to an exception: >

wicket stuff progressbar

2010-11-24 Thread Peter Karich
Hi, I am playing with the progressbar* but wonder where I can grab the sources for 1.4? this leads to an exception: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-progressbar/ Regards, Peter. * http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff

Re: trouble with setOutputMarkupId() and WicketStuff ProgressBar

2010-08-24 Thread Chris Merrill
On 8/24/2010 4:25 PM, Igor Vaynberg wrote: > maybe you need to put it all into a container? That fixed it. I thought a page _was_ a container? Hmmmph. I'll have to come back to try to understand this one better at some point Thanks again, Igor! Wicket rocks :> Chris -- --

Re: trouble with setOutputMarkupId() and WicketStuff ProgressBar

2010-08-24 Thread Igor Vaynberg
maybe you need to put it all into a container? -igor On Tue, Aug 24, 2010 at 1:09 PM, Chris Merrill wrote: > I'm trying to build a simple example of the ProgressBar from WicketStuff. > > I'm getting this stack trace when pressing the "start" button: > >

trouble with setOutputMarkupId() and WicketStuff ProgressBar

2010-08-24 Thread Chris Merrill
I'm trying to build a simple example of the ProgressBar from WicketStuff. I'm getting this stack trace when pressing the "start" button: java.lang.IllegalArgumentException: cannot update component that does not have setOutputMarkupId property set to true. Co

progressbar mvn repository

2009-12-31 Thread Eduardo Charvel
Hello, I'm using the mvn repository to retrieve the 1.3.0 snapshot for the wicketstuff-progressbar. The following folder is empty: http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-progressbar/1.3.0-SNAPSHOT/ And maven fails when trying to retrieve the wicket

Re: wicketstuff-progressbar and Wicket 1.4.1 problem

2009-10-08 Thread Pedro Santos
o use > wicketstuff-progressbar project and get: > > java.lang.NoSuchMethodError: > org.wicketstuff.progressbar.ProgressBar.add(Lorg/apache/wicket/behavior/IBehavior;)Lorg/apache/wicket/Component; > at org.wicketstuff.progressbar.ProgressBar.(ProgressBar.java:101) > > Did anybody meet

wicketstuff-progressbar and Wicket 1.4.1 problem

2009-10-08 Thread zabian
Hi there, I'm working on progress bar in my app, i'm trying to use wicketstuff-progressbar project and get: java.lang.NoSuchMethodError: org.wicketstuff.progressbar.ProgressBar.add(Lorg/apache/wicket/behavior/IBehavior;)Lorg/apache/wicket/Comp

Re: ProgressBar demo doesn't work for firefox 3.5.3

2009-10-05 Thread Reinout van Schouwen
Op vrijdag 02-10-2009 om 18:58 uur [tijdzone +0300], schreef Altuğ B. Altıntaş: > You are right; it doesn't work properly. > I am using swfupload tool. it is flash and it works great. Only if you are willing to put up with requiring a buggy and proprietary browser plugin for functionality that ex

Re: ProgressBar demo doesn't work for firefox 3.5.3

2009-10-03 Thread Vladimir K
The UploadProgressBar does not work for me. -- View this message in context: http://www.nabble.com/ProgressBar-demo-doesn%27t-work-for-firefox-3.5.3-tp25717607p25729075.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: ProgressBar demo doesn't work for firefox 3.5.3

2009-10-02 Thread Altuğ B . Altıntaş
achine and found the the ajax progressbar doesn't work on my > firefox 3.5.3 on winxp. But It works on my ie 8 though. Any idea what > might be the cause? ( I did not change a single a line of code, I am > using wicket 1.4.1) > > BTW: the file upload demo on "wick-libr

ProgressBar demo doesn't work for firefox 3.5.3

2009-10-02 Thread Paul Huang
I copy and paste the single file upload demo at "http://www.wicket-library.com/wicket-examples/upload/single"; to my local machine and found the the ajax progressbar doesn't work on my firefox 3.5.3 on winxp. But It works on my ie 8 though. Any idea what might be the cause? ( I d

Re: Newbie question: fileupload AJAX progressbar ?

2009-08-20 Thread Robin Sander
cumentation because I was not sure if using UploadWebRequest has any side effects. Does not seem so. Stefan -Ursprüngliche Nachricht- Von: Ashika Umanga Umagiliya [mailto:auma...@biggjapan.com] Gesendet: Mittwoch, 19. August 2009 09:10 An: users@wicket.apache.org Betreff: Re: Newbie question: fileup

Re: Newbie question: fileupload AJAX progressbar ?

2009-08-19 Thread Ashika Umanga Umagiliya
9. August 2009 09:10 An: users@wicket.apache.org Betreff: Re: Newbie question: fileupload AJAX progressbar ? Thanks Stefan, That solved my problem. Since UploadProgreeBar is a component of 'wicket-extensions', i refered documentation at http://www.wicketframework.org/wicket-extensions/

Re: Newbie question: fileupload AJAX progressbar ?

2009-08-19 Thread Robin Sander
9. August 2009 09:10 An: users@wicket.apache.org Betreff: Re: Newbie question: fileupload AJAX progressbar ? Thanks Stefan, That solved my problem. Since UploadProgreeBar is a component of 'wicket-extensions', i refered documentation at http://www.wicketframework.org/wicket-extensions/ which is

Re: Newbie question: fileupload AJAX progressbar ?

2009-08-19 Thread Robin Sander
Nachricht- Von: Ashika Umanga Umagiliya [mailto:auma...@biggjapan.com] Gesendet: Mittwoch, 19. August 2009 09:10 An: users@wicket.apache.org Betreff: Re: Newbie question: fileupload AJAX progressbar ? Thanks Stefan, That solved my problem. Since UploadProgreeBar is a component of 'wicket

RE: Newbie question: fileupload AJAX progressbar ?

2009-08-19 Thread Stefan Lindner
@wicket.apache.org Betreff: Re: Newbie question: fileupload AJAX progressbar ? Thanks Stefan, That solved my problem. Since UploadProgreeBar is a component of 'wicket-extensions', i refered documentation at http://www.wicketframework.org/wicket-extensions/ which is kind of updated (versoi

Re: Newbie question: fileupload AJAX progressbar ?

2009-08-19 Thread Ashika Umanga Umagiliya
the APIdoc (see UploadProgressBar)! Stefan -Ursprüngliche Nachricht- Von: Ashika Umanga Umagiliya [mailto:auma...@biggjapan.com] Gesendet: Mittwoch, 19. August 2009 07:17 An: users@wicket.apache.org Betreff: Newbie question: fileupload AJAX progressbar ? Greetings all, I am new to Wi

RE: Newbie question: fileupload AJAX progressbar ?

2009-08-18 Thread Jing Ge (Besitec IT DEHAM)
ailto:auma...@biggjapan.com] Sent: Mittwoch, 19. August 2009 07:17 To: users@wicket.apache.org Subject: Newbie question: fileupload AJAX progressbar ? Greetings all, I am new to Wicket and I used 'UploadProgressBar' to create an AJAX brogressbar for fileupload.(refered example at wicket-li

RE: Newbie question: fileupload AJAX progressbar ?

2009-08-18 Thread Stefan Lindner
tefan -Ursprüngliche Nachricht- Von: Ashika Umanga Umagiliya [mailto:auma...@biggjapan.com] Gesendet: Mittwoch, 19. August 2009 07:17 An: users@wicket.apache.org Betreff: Newbie question: fileupload AJAX progressbar ? Greetings all, I am new to Wicket and I used 'UploadProgressBar' to

Newbie question: fileupload AJAX progressbar ?

2009-08-18 Thread Ashika Umanga Umagiliya
Greetings all, I am new to Wicket and I used 'UploadProgressBar' to create an AJAX brogressbar for fileupload.(refered example at wicket-library.org ) But when uploading a file, eventhough progreebar showed,theres no activity nor incrementation of the bar I have posted my code, what could be t

Re: Can't see progress in progressBar from Safari

2008-05-22 Thread Martijn Dashorst
d/single). It does not > work with Safari too… :-( > > Anybody won this problem? > > -- > View this message in context: > http://www.nabble.com/Can%27t-see-progress-in-progressBar-from-Safari-tp17407714p17407714.htm

Can't see progress in progressBar from Safari

2008-05-22 Thread Steamus
(http://www.wicket-library.com/wicket-examples/upload/single). It does not work with Safari too… :-( Anybody won this problem? -- View this message in context: http://www.nabble.com/Can%27t-see-progress-in-progressBar-from-Safari-tp17407714p17407714.html Sent from the Wicket - User mailing list

Re: Can't see progress in progressBar

2008-04-24 Thread Igor Vaynberg
tRequest) > > { > > 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

Re: Can't see progress in progressBar

2008-04-24 Thread liny
bRequest(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

Re: Can't see progress in progressBar

2008-04-24 Thread Igor Vaynberg
still can't see a bar from left to right. > -- > > > View this message in context: > http://www.nabble.com/Can%27t-see-progress-in-progressBar-tp16836320p16880141.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --

Re: Can't see progress in progressBar

2008-04-24 Thread liny
3MB, even 22MB file. But still can't see a bar from left to right. -- View this message in context: http://www.nabble.com/Can%27t-see-progress-in-progressBar-tp16836320p16880141.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Can't see progress in progressBar

2008-04-24 Thread adrienleroy
from left to right. > Hope you know what I am saying. > So anyone can tell me why I can't see a bar running from left to right? > > Thanks > > -liny- > -- View this message in context: http://www.nabble.com/Can%27t-see-progress-in-progressBar-tp16836320p16850735

Re: Can't see progress in progressBar

2008-04-23 Thread Igor Vaynberg
anks > > -liny- > -- > View this message in context: > http://www.nabble.com/Can%27t-see-progress-in-progressBar-tp16836320p16836320.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > ---

Can't see progress in progressBar

2008-04-23 Thread liny
hy I can't see a bar running from left to right? Thanks -liny- -- View this message in context: http://www.nabble.com/Can%27t-see-progress-in-progressBar-tp16836320p16836320.html Sent from the Wicket - User mailing list archiv

Re: Ajax progressbar

2007-08-22 Thread Xavier Hanin
On 8/22/07, Martin Bednář <[EMAIL PROTECTED]> wrote: > > Hi, > > Are there some sample how to implement progressbar that react on state > during long runing request ? In xooctory we have implemented a progress bar with an estimated time of achievement and reacting whe

Re: Ajax progressbar

2007-08-22 Thread Eelco Hillenius
> Are there some sample how to implement progressbar that react on state > during long runing request ? org.apache.wicket.examples.upload uses UploadProgressBar. Eelco - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Ajax progressbar

2007-08-22 Thread Martin Bednář
Hi, Are there some sample how to implement progressbar that react on state during long runing request ? Tnx Bedy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]