Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Progress bar in JSF

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking Progress bar in JSF

    Dear experts i am working on a project with jsf,ajax,richfaces technologies and database back end is oracle .I am facing problem in implementing progress bar in one of my application page's command button's onlick event.

    but i tried and googled also i didnt get the exact functionality i wanted .
    I want my progress bar should show progress acc to progress at serer side.

    Can anybody help me in this scenario.


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Progress bar in JSF

    I thought RichFaces had a progress bar you could use. They even provide you with some sample code on how to use it.

    See RichFaces - Open Source Rich JSF Components - Progress Bar component

    // Json

Similar Threads

  1. Progress Bar Problem
    By Ellipsis in forum AWT / Java Swing
    Replies: 4
    Last Post: October 23rd, 2010, 12:22 AM
  2. Monitoring thread for progress bar.
    By relixus in forum Threads
    Replies: 1
    Last Post: October 4th, 2010, 12:08 AM
  3. [Swing-Progress Bar] Can't resize progress bar
    By Grabar in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 14th, 2010, 12:27 PM
  4. progress bar problem
    By LeonLanford in forum AWT / Java Swing
    Replies: 4
    Last Post: October 24th, 2009, 07:14 AM
  5. Progress bar while uploading a file in web application
    By jazz2k8 in forum AWT / Java Swing
    Replies: 4
    Last Post: July 8th, 2008, 07:32 AM