ProgressBar

2007-04-11 Thread Frozone
s the content into a mySQL database. Now there are about 10.000 rows and it takes some time until the whole file is read. Can I anyhow show the user the progress? A ProgressBar would be the best thing I guess but I did not get any one to work. Does anybody have a tutorial or some code snippets for me? T

Re: ProgressBar

2007-04-11 Thread Adrian Mitev
he user can upload an excel sheet and the programm iterates through it and saves the content into a mySQL database. Now there are about 10.000 rows and it takes some time until the whole file is read. Can I anyhow show the user the progress? A ProgressBar would be the best thing I guess but I did

Re: ProgressBar

2007-04-12 Thread Alexey Kakunin
iterates through it and saves the > content > into a mySQL database. Now there are about 10.000 rows and it takes some > time until the whole file is read. Can I anyhow show the user the > progress? > A ProgressBar would be the best thing I guess but I did not get any one > to >

Re: ProgressBar

2007-04-12 Thread Frozone
the programm iterates through it and saves the >> > content >> > into a mySQL database. Now there are about 10.000 rows and it takes >> some >> > time until the whole file is read. Can I anyhow show the user the >> > progress? >> > A Progress

ProgressBar in MyFaces

2009-09-17 Thread mitroiasi
be very usefull. Thank you -- View this message in context: http://www.nabble.com/ProgressBar-in-MyFaces-tp25488834p25488834.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Filedownload and progressbar

2006-07-06 Thread Michael Heinen
Hi all,   One of my backingBeans contains a method that returns a file for download. This is working fine and the standard Open/Save/Cancel box pops up. No problem.   In addition I display always a "work on progress message" with a _javascript_ call when my form is submitted (onSubmit)

Re: Filedownload and progressbar

2006-07-06 Thread Dave Brondsema
http://today.java.net/pub/a/today/2006/02/09/file-uploads-with-ajax-and-jsf.html might help. Michael Heinen wrote: > Hi all, > > > > One of my backingBeans contains a method that returns a file for download. > > This is working fine and the standard Open/Save/Cancel box pops up. No > problem.