Re: sun Progress bar component with my faces

2006-10-19 Thread David Delbecq
nt. > > > > **Thanks & Regards,** > > **Madhav Bhargava** > > **Ext: 74371** > > > > *From:* ::SammyRulez:: [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, October 19, 2006 7:15 PM > *To:* MyFac

RE: sun Progress bar component with my faces

2006-10-19 Thread Madhav Bhargava
ards, Madhav Bhargava Ext: 74371 From: ::SammyRulez:: [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 7:15 PM To: MyFaces Discussion Subject: Re: sun Progress bar component with my faces   I thik binding attribute wold be usueful... btw I would approach the problem

Re: sun Progress bar component with my faces

2006-10-19 Thread ::SammyRulez::
I thik binding attribute wold be usueful... btw I would approach the problem in a complete different manner. backing-bean lunch a thread and expose a sincronized property with the percentage of "loading state" on thread end backing bean value are updated and progress bar not rendered. if yo

RE: sun Progress bar component with my faces

2006-10-19 Thread Madhav Bhargava
Sammy,   The problem is this:   First time a request is made the business makes a call to an EAI engine to gather data. Since it takes a while before that data can be shown to the user a progress bar is shown to the user. When the first time the progress bar is shown then a value (a

Re: sun Progress bar component with my faces

2006-10-19 Thread ::SammyRulez::
with ajax4jsf I impletented progress bar in minutes https://ajax4jsf.dev.java.net/nonav/documentation/ajax-documentation/developerGuide.html#d0e650 2006/10/19, Madhav Bhargava <[EMAIL PROTECTED]>: Hi all,   I am using sun blueprints progress bar with my faces and facing some prob