Re: UploadProgressBar Possible Bug
we already have a quickstart :) https://issues.apache.org/jira/browse/WICKET-3594 On Mon, Apr 4, 2011 at 6:10 PM, wrote: > The form does not process anything besides the file upload, and everything > works fine until the UploadProgressBar is introduced (and yes I set > mutlipart to true). I will open a jira if/when time permits, if you have > the appropriate credentials please create a jira on my behalf, I am not > currently an account holder. > > > > > From: Pedro Santos > To: users@wicket.apache.org > Date: 04/04/2011 04:59 PM > Subject: Re: UploadProgressBar Possible Bug > > > > Please open a ticket, I will try to reproduce and upload a quickstart. I > remember of it taking some time to be hidden, but just the time of form > submit process (maybe your form do heavy processing, easily reproducible > on > quickstart). > > On Mon, Apr 4, 2011 at 12:43 PM, wrote: > > > Sorry but I do not have the time/resources to create a quickstart (I > don't > > use Maven) but I wanted to alert the group to an issue I had in case > > anyone wanted to test/fix it. > > > > Using the following; > > > > Wicket 1.4.16 > > UploadWebRequest in App object > > Form with setMaxSize() (I'm using 1MB) > > FileUploadField > > AjaxSubmitButton > > UploadProgressBar > > > > When the form max size exception is hit, the progress bar stays visible > > and refreshes many times showing no progress, then eventually > disappears. > > If I manually call error on a component the form stops processing and > the > > progress bar disappears as expected. I'm not sure if the bug is in the > > progress bar or the form processing. There also seems to be some > > difference between Wicket 1.4.16 and 1.4.15. Using 1.4.15 the progress > > bar disappeared but the page continued to refresh repeatedly. After > > upgrading to 1.4.16 the progress bar remains visible and continues to > > refresh erroneously. > > > > > > > > Notice: This communication, including any attachments, is intended > solely > > for the use of the individual or entity to which it is addressed. This > > communication may contain information that is protected from disclosure > > under State and/or Federal law. Please notify the sender immediately if > > you have received this communication in error and delete this email from > > your system. If you are not the intended recipient, you are requested > not > > to disclose, copy, distribute or take any action in reliance on the > > contents of this information. > > > > > -- > Pedro Henrique Oliveira dos Santos > > > > > > Notice: This communication, including any attachments, is intended solely > for the use of the individual or entity to which it is addressed. This > communication may contain information that is protected from disclosure > under State and/or Federal law. Please notify the sender immediately if > you have received this communication in error and delete this email from > your system. If you are not the intended recipient, you are requested not > to disclose, copy, distribute or take any action in reliance on the > contents of this information. > -- Pedro Henrique Oliveira dos Santos
Re: UploadProgressBar Possible Bug
The form does not process anything besides the file upload, and everything works fine until the UploadProgressBar is introduced (and yes I set mutlipart to true). I will open a jira if/when time permits, if you have the appropriate credentials please create a jira on my behalf, I am not currently an account holder. From: Pedro Santos To: users@wicket.apache.org Date: 04/04/2011 04:59 PM Subject:Re: UploadProgressBar Possible Bug Please open a ticket, I will try to reproduce and upload a quickstart. I remember of it taking some time to be hidden, but just the time of form submit process (maybe your form do heavy processing, easily reproducible on quickstart). On Mon, Apr 4, 2011 at 12:43 PM, wrote: > Sorry but I do not have the time/resources to create a quickstart (I don't > use Maven) but I wanted to alert the group to an issue I had in case > anyone wanted to test/fix it. > > Using the following; > > Wicket 1.4.16 > UploadWebRequest in App object > Form with setMaxSize() (I'm using 1MB) > FileUploadField > AjaxSubmitButton > UploadProgressBar > > When the form max size exception is hit, the progress bar stays visible > and refreshes many times showing no progress, then eventually disappears. > If I manually call error on a component the form stops processing and the > progress bar disappears as expected. I'm not sure if the bug is in the > progress bar or the form processing. There also seems to be some > difference between Wicket 1.4.16 and 1.4.15. Using 1.4.15 the progress > bar disappeared but the page continued to refresh repeatedly. After > upgrading to 1.4.16 the progress bar remains visible and continues to > refresh erroneously. > > > > Notice: This communication, including any attachments, is intended solely > for the use of the individual or entity to which it is addressed. This > communication may contain information that is protected from disclosure > under State and/or Federal law. Please notify the sender immediately if > you have received this communication in error and delete this email from > your system. If you are not the intended recipient, you are requested not > to disclose, copy, distribute or take any action in reliance on the > contents of this information. -- Pedro Henrique Oliveira dos Santos Notice: This communication, including any attachments, is intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient, you are requested not to disclose, copy, distribute or take any action in reliance on the contents of this information.
Re: UploadProgressBar Possible Bug
Please open a ticket, I will try to reproduce and upload a quickstart. I remember of it taking some time to be hidden, but just the time of form submit process (maybe your form do heavy processing, easily reproducible on quickstart). On Mon, Apr 4, 2011 at 12:43 PM, wrote: > Sorry but I do not have the time/resources to create a quickstart (I don't > use Maven) but I wanted to alert the group to an issue I had in case > anyone wanted to test/fix it. > > Using the following; > > Wicket 1.4.16 > UploadWebRequest in App object > Form with setMaxSize() (I'm using 1MB) > FileUploadField > AjaxSubmitButton > UploadProgressBar > > When the form max size exception is hit, the progress bar stays visible > and refreshes many times showing no progress, then eventually disappears. > If I manually call error on a component the form stops processing and the > progress bar disappears as expected. I'm not sure if the bug is in the > progress bar or the form processing. There also seems to be some > difference between Wicket 1.4.16 and 1.4.15. Using 1.4.15 the progress > bar disappeared but the page continued to refresh repeatedly. After > upgrading to 1.4.16 the progress bar remains visible and continues to > refresh erroneously. > > > > Notice: This communication, including any attachments, is intended solely > for the use of the individual or entity to which it is addressed. This > communication may contain information that is protected from disclosure > under State and/or Federal law. Please notify the sender immediately if > you have received this communication in error and delete this email from > your system. If you are not the intended recipient, you are requested not > to disclose, copy, distribute or take any action in reliance on the > contents of this information. -- Pedro Henrique Oliveira dos Santos
UploadProgressBar Possible Bug
Sorry but I do not have the time/resources to create a quickstart (I don't use Maven) but I wanted to alert the group to an issue I had in case anyone wanted to test/fix it. Using the following; Wicket 1.4.16 UploadWebRequest in App object Form with setMaxSize() (I'm using 1MB) FileUploadField AjaxSubmitButton UploadProgressBar When the form max size exception is hit, the progress bar stays visible and refreshes many times showing no progress, then eventually disappears. If I manually call error on a component the form stops processing and the progress bar disappears as expected. I'm not sure if the bug is in the progress bar or the form processing. There also seems to be some difference between Wicket 1.4.16 and 1.4.15. Using 1.4.15 the progress bar disappeared but the page continued to refresh repeatedly. After upgrading to 1.4.16 the progress bar remains visible and continues to refresh erroneously. Notice: This communication, including any attachments, is intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient, you are requested not to disclose, copy, distribute or take any action in reliance on the contents of this information.