Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5839601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T11:36:27+00:00 2026-05-22T11:36:27+00:00

In my form I have a ProgessBar component from the Wiquery project(http://code.google.com/p/wiquery/) and the

  • 0

In my form I have a ProgessBar component from the Wiquery project(http://code.google.com/p/wiquery/) and the ProgressBar’s visible is set to false on the beginning.

I also have the AjaxButton on the form too, and I need to do a few things within his onSubmit() method:

  1. Firstly, I need to show ProgressBar which value is set to 0 (set visible to true).
  2. Secondly, I need to perform the annotation of a page, that will take a few seconds.
  3. Finally, I need to update the ProgressBar from value 0 to value 100 during the process of annotation and I need to hide the ProgressBar component on the end of the annotation process.

Bellow is the code that I need to improve. I have also tried to use the UploadProgressBar component, but there is the message “Upload starting…” that is not necessary here. Is there a way to change this message?

progressBar = new ProgressBar("progress");
progressBar.setValue(0);
progressBar.setOutputMarkupId(true);
progressBar.setVisible(false);
form.add(progressBar);


semAnnButton = new AjaxButton("semAnnButton"){

        private static final long serialVersionUID = 1L;

        @Override
        protected void onSubmit(AjaxRequestTarget target,
                Form<?> form) {

            progressBar.setVisible(true);
            target.addComponent(progressBar);
            performAnnotation(webPageURL);
            progressBar.increment(target, 100);


        }};
    semAnnButton.setOutputMarkupId(true);
    semAnnButton.setOutputMarkupPlaceholderTag(true);
    semAnnButton.setVisible(true);
    form.add(semAnnButton);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T11:36:27+00:00Added an answer on May 22, 2026 at 11:36 am

    The problem you have is that the onSubmit method will get run before returning to the client, by this time you will have set the progress bar to 100.

    I don’t think the progress bar is what you want for this, there are no steps at which you can say this is x% complete. It is either complete or not complete, as such there is no way that the progress bar can be displayed with progress. I would advise using an indicator (AjaxIndicatorAppender).

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a progressbar in a.java class(in form).I need to reach it from b.java
I have created a form on which two components are present, button and progressbar
I have a html form which have a select list box from which you
I have a form that has several controls: ProgressBar at the top of the
I'm working an a form with a progressbar, which is meant to have certain
This is what I've tried so far: Put button.Visible = false into my form's
I have this code: public class Chronom extends Activity { Chronometer mChronometer; ProgressBar progre;
I use this code to upload files, and this code have a progressbar. The
I want to add progressbar on form. I have a form which send invitation
I have this sample of code: import sys import time from PyQt4.QtGui import *

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.