Upload with progress bar

2008-05-19 Thread Guy Bashan
Hi All, I know this is not exactly a JSF question. Since JSF (My Faces Tomahawk) still doesn't have an upload with progress bar, I made some workaround of my own. I put iframe inside a JSF form. In that Iframe there is only file upload field, submit button and another iframe. The first

[Tobago] No progress bar in login page

2007-03-22 Thread H. Swaczinna
Hi, normally I see a progress bar and the page grayed out when I switch between pages or execute long running actions. But not in my login page when the user logs in. Maybe the page transition mechanism doesn't work, when the page is called from outside JSF, like the login page? Here's my code

Re: [Tobago] No progress bar in login page

2007-03-22 Thread Volker Weber
, normally I see a progress bar and the page grayed out when I switch between pages or execute long running actions. But not in my login page when the user logs in. Maybe the page transition mechanism doesn't work, when the page is called from outside JSF, like the login page? Here's my code: tc:loadBundle

Re: [Tobago] No progress bar in login page

2007-03-22 Thread Volker Weber
instead of hit return on the keyboard. Can you test this, and if so add a jira entry for transition not working on defaultCommand submit without click. Regards, Volker 2007/3/22, H. Swaczinna [EMAIL PROTECTED]: Hi, normally I see a progress bar and the page grayed out when I switch between

RE: Re: [Tobago] Problem with progress bar and PDF download

2007-01-26 Thread H. Swaczinna
Ok, this works. Thanks to Udo. Helmut Hello Helmut, Udo commited the latest changes for progressbar. You can disable the progressbar with the attribute transition of button or link. Regards Bernd H. Swaczinna wrote: Hello, now to the problem with the progress bar I mentioned earlier

[Tobago] Problem with progress bar and PDF download

2007-01-25 Thread H. Swaczinna
Hello, now to the problem with the progress bar I mentioned earlier. I want to download a PDF file as the result of an action. I found code on the net for doing this (http://www.nabble.com/download-file-breaks-lifecycle-t2893828.html). This works fine. The browser options a dialog box, where

Re: [Tobago] Problem with progress bar and PDF download

2007-01-25 Thread Bernd Bohmann
Hello Helmut, Udo commited the latest changes for progressbar. You can disable the progressbar with the attribute transition of button or link. Regards Bernd H. Swaczinna wrote: Hello, now to the problem with the progress bar I mentioned earlier. I want to download a PDF file

Tobago progress bar

2007-01-03 Thread Leyzerzon, Simeon
Hi, Is it possible to use progress bar component of Tobago within an application that is using Tomahawk controls. Or are there any other implementations of progress bar in JSF? Some code samples will be helpful. Thank you in advance. Simeon L

Re: Tobago progress bar

2007-01-03 Thread Bernd Bohmann
and extensions in tobago. Regards Bernd Leyzerzon, Simeon wrote: Hi, Is it possible to use progress bar component of Tobago within an application that is using Tomahawk controls. Or are there any other implementations of progress bar in JSF? Some code samples will be helpful. Thank you in advance

Re: [Tobago] - Looking for usage examples for progress bar

2006-12-21 Thread Volker Weber
called with a String value to incrementally update it's text (text version of a progress bar). John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 10:37 PM To: MyFaces Discussion Subject: Re: [Tobago] - Looking for usage examples for progress

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-20 Thread John
Hi Volker, The binding is there because the backing bean is doing a long for loop, within which the UIOutput's setValue is being called with a String value to incrementally update it's text (text version of a progress bar). John -Original Message- From: Volker Weber [mailto:[EMAIL

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-19 Thread John
To: MyFaces Discussion Subject: Re: [Tobago] - Looking for usage examples for progress bar Hi John, currently you need to put the progressbar into a panel with a reload facet. tc:panel f:facet name=reload tc:reload frequency=5000 / /f:facet tc:progress .../ /tc:panel (not tested

Re: [Tobago] - Looking for usage examples for progress bar

2006-12-19 Thread Volker Weber
, December 18, 2006 9:37 AM To: MyFaces Discussion Subject: Re: [Tobago] - Looking for usage examples for progress bar Hi John, currently you need to put the progressbar into a panel with a reload facet. tc:panel f:facet name=reload tc:reload frequency=5000 / /f:facet tc:progress

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-18 Thread John
Hi Bernd, I looked over your example. It seems like only enough code to display the progress bar using the parameters from the BoundedRangeModel. I actually already got that far (displaying the nice progress bar with the paramters from the BoundedRangeModel). But I can't see how you animate

Re: [Tobago] - Looking for usage examples for progress bar

2006-12-18 Thread Volker Weber
your example. It seems like only enough code to display the progress bar using the parameters from the BoundedRangeModel. I actually already got that far (displaying the nice progress bar with the paramters from the BoundedRangeModel). But I can't see how you animate the progress bar to represent

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-18 Thread John
for progress bar Hi John, currently you need to put the progressbar into a panel with a reload facet. tc:panel f:facet name=reload tc:reload frequency=5000 / /f:facet tc:progress .../ /tc:panel (not tested, but should work) Regards, Volker 2006/12/18, John [EMAIL PROTECTED]: Hi Bernd, I

Re: [Tobago] - Looking for usage examples for progress bar

2006-12-18 Thread Bernd Bohmann
facet. John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 9:37 AM To: MyFaces Discussion Subject: Re: [Tobago] - Looking for usage examples for progress bar Hi John, currently you need to put the progressbar into a panel with a reload

Re: [Tobago] - Looking for usage examples for progress bar

2006-12-17 Thread Bernd Bohmann
Hello John, in the gendoc webapp in tobago-tool you can find an example for this. But it is not very useful. I will try to setup a better example with a ajax enabled progress bar.. if I get some time :-) Regards Bernd John wrote: Can't seem to find them anywhere? Thanks, John

[Tobago] - Looking for usage examples for progress bar

2006-12-12 Thread John
Can't seem to find them anywhere? Thanks, John

Re: Progress bar?

2006-11-27 Thread Martin Marinschek
Hi Werner, the problem is that a verbatim-tag generates a transient output-text - it's not included in the state-saving process. When a PP request runs through, the JSP is not triggered anymore - and the transient components are not rendered. regards, Martin On 11/27/06, Werner Punz [EMAIL

Re: Progress bar?

2006-11-27 Thread Werner Punz
Martin Marinschek schrieb: Hi Werner, the problem is that a verbatim-tag generates a transient output-text - it's not included in the state-saving process. When a PP request runs through, the JSP is not triggered anymore - and the transient components are not rendered. So I assume a

Re: Progress bar?

2006-11-25 Thread Mario Ivankovits
Hi Werner! h:form t:saveState value=#{progressor.percentage}/t:saveState h:commandLink/h:commandLink s:pprPanelGroup id=pprmain periodicalUpdate=500 t:div id=process_done rendered=#{progressor.percentage == 100} forceId=true/ t:div id=progressbar

Re: Progress bar?

2006-11-25 Thread Werner Punz
Mario Ivankovits schrieb: Hi Werner! h:form t:saveState value=#{progressor.percentage}/t:saveState h:commandLink/h:commandLink s:pprPanelGroup id=pprmain periodicalUpdate=500 t:div id=process_done rendered=#{progressor.percentage == 100} forceId=true/ t:div

Progress bar?

2006-11-24 Thread Bjørn T Johansen
Does myfaces have a progress bar component one can use or if not, some hints on how to make one? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: Progress bar?

2006-11-24 Thread Werner Punz
Bjørn T Johansen schrieb: Does myfaces have a progress bar component one can use or if not, some hints on how to make one? No progress bar yet, however there is a way... you can use partial page rendering and a t:div... it should work the following way, put a ppr field with a cyclic

Re: Progress bar?

2006-11-24 Thread David Delbecq
Bjørn T Johansen a écrit : Does myfaces have a progress bar component one can use Define progress bar. Something like 'your are a step 15 out of 20, still 5 more forms to complete registration' Or something like 'submitting value, then validating , then calling action, then redirecting

Re: Progress bar?

2006-11-24 Thread Simon Lessard
Hello, You can also use Trinidad in addition to my-faces, it has a progress bar component. Regards, ~ Simon On 11/24/06, Werner Punz [EMAIL PROTECTED] wrote: David Delbecq schrieb: Bjørn T Johansen a écrit : Does myfaces have a progress bar component one can use Define progress bar

Re: Progress bar?

2006-11-24 Thread Matthias Wessendorf
examples from Irian go here: http://www.irian.at/trinidad-demo/faces/components/progressIndicator.jspx -M On 11/24/06, Simon Lessard [EMAIL PROTECTED] wrote: Hello, You can also use Trinidad in addition to my-faces, it has a progress bar component. Regards, ~ Simon On 11/24/06, Werner

Re: Progress bar?

2006-11-24 Thread Bjørn T Johansen
Lessard [EMAIL PROTECTED] wrote: Hello, You can also use Trinidad in addition to my-faces, it has a progress bar component. Regards, ~ Simon On 11/24/06, Werner Punz [EMAIL PROTECTED] wrote: David Delbecq schrieb: Bjørn T Johansen a écrit : Does myfaces have

Re: Progress bar?

2006-11-24 Thread Gerald Müllan
://www.irian.at/trinidad-demo/faces/components/progressIndicator.jspx -M On 11/24/06, Simon Lessard [EMAIL PROTECTED] wrote: Hello, You can also use Trinidad in addition to my-faces, it has a progress bar component. Regards, ~ Simon On 11/24/06, Werner Punz [EMAIL PROTECTED

Re: Progress bar?

2006-11-24 Thread Werner Punz
a timing javascript checking if the control is accessible, here is a small example utilizing ppr to render a progress bar: h:form t:saveState value=#{progressor.percentage}/t:saveState h:commandLink/h:commandLink s:pprPanelGroup id=pprmain periodicalUpdate=500 t:div id

sun Progress bar component with my faces

2006-10-19 Thread Madhav Bhargava
Hi all, I am using sun blueprints progress bar with my faces and facing some problems. I want this component to call a particular managed bean method say fun().This method depends on a managed bean property. I need this property bound to an inputHidden component. I think AJAX wont

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

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

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 you

RE: sun Progress bar component with my faces

2006-10-19 Thread Madhav Bhargava
, 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 in a complete

Re: sun Progress bar component with my faces

2006-10-19 Thread David Delbecq
Couldn't this layout fits your need? 1) first request do nothing but store in a bean that you have to pickup some information and provide a 'progressbar' result page 2) in progress bar page, an IFrame make a call to a 'load datas' page. This is the HTTP Thread that will process data loading 3

Re: Sun's Progress Bar with JSF and AJAX Sample

2006-09-18 Thread Martin Marinschek
in the MyFaces tomahawk library included, so this can't be a general problem. I rather suspect you've found some incompatibily between what the Sun components do and MyFaces, or there's something wrong in your setup. I had a quick look at the progress bar javascripts again, since I already

Re: Sun's Progress Bar with JSF and AJAX Sample

2006-09-14 Thread Leon
schrieb: There are several AJAX-components in the MyFaces tomahawk library included, so this can't be a general problem. I rather suspect you've found some incompatibily between what the Sun components do and MyFaces, or there's something wrong in your setup. I had a quick look at the progress bar

Re: Sun's Progress Bar with JSF and AJAX Sample

2006-09-12 Thread Werner Punz
look at the progress bar javascripts again, since I already once had it in my hands for a personal project. This might be a configuration problem, the progress bar relies on a servlet in the backend which handles the ajax communication on the server side and handles the task handling

Sun's Progress Bar with JSF and AJAX Sample

2006-09-11 Thread Leon
Hello everybody, I am trying to make Sun's Progress Bar with JSF and AJAX Sample (https://bpcatalog.dev.java.net/nonav/ajax/progress-bar-jsf/frames.html) run on Tomcat with Myfaces libraries (instead of JSF-RI) but it fails to draw the progress bar and skips to the last page without reporting

[OT] IDEA-6704: Fwd: [JETBRAINS-JIRA] Commented: (IDEA-6704) The new progress bar is always on top, even when i change applications]

2006-05-08 Thread Volker Weber
: (IDEA-6704) The new progress bar is always on top, even when i change applications Date: Mon, 8 May 2006 21:06:44 +0400 (MSD) From: Eric Neilsen (JIRA) [EMAIL PROTECTED] [ http://www.jetbrains.net/jira/browse/IDEA-6704?page=comments#action_48327 ] Eric Neilsen commented on IDEA-6704

Re: Simple progress bar

2006-02-23 Thread Richard Wallace
Arshad Ali wrote: You can use animated gif for that, just put animated gif in a DIV tag, and set visible true / false according to the action -- Syed Arshad Ali That's a little too simple for what I need. I still need the progress bar to be able to check the server to see when

Simple progress bar

2006-02-22 Thread Richard Wallace
I'm trying to find a simple progress bar to use in a webapp that has to run a credit card transaction. The payment gateway could take up to 30 seconds to return a response, so I need to display something to the user while that is happening. I know there is an AJAX component in the Blueprints

Re: Progress Bar in Myfaces

2005-12-11 Thread Stand Trooper
://gerbildrop.com/jsfsts/progressBar.zip thx, timo On 12/7/05, Dave Brondsema [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi all! Has anybody experiences with Progress Bars and myfaces? I have found the Sun Blueprint Progress Bar with googling but I have also read, that it doesn't

RE: Progress Bar in Myfaces

2005-12-07 Thread Thomas A Hurley
: Monday, December 05, 2005 11:54 AM To: users@myfaces.apache.org Subject: AW: Progress Bar in Myfaces Yes, that's what I mean. Did you implement it within an Myfaces Application? I just get no error stack, but nothing is displayed... Here is my code which i used: (in my jsf page:) h:form id=content

Re: Progress Bar in Myfaces

2005-12-07 Thread Dave Brondsema
[EMAIL PROTECTED] wrote: Hi all! Has anybody experiences with Progress Bars and myfaces? I have found the Sun Blueprint Progress Bar with googling but I have also read, that it doesn't work with myfaces. Has anyone experieces with it, or are there other components that delivers

Progress Bar in Myfaces

2005-12-05 Thread andreas.mitter
Title: Progress Bar in Myfaces Hi all! Has anybody experiences with Progress Bars and myfaces? I have found the Sun Blueprint Progress Bar with googling but I have also read, that it doesn't work with myfaces. Has anyone experieces with it, or are there other components that delivers

Re: Progress Bar in Myfaces

2005-12-05 Thread Stand Trooper
I was able to get the progress bar from the blueprints to work just fine. I didn't have any issues at all On 12/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all! Has anybody experiences with Progress Bars and myfaces? I have found the Sun Blueprint Progress Bar with googling but I

AW: Progress Bar in Myfaces

2005-12-05 Thread andreas.mitter
I tried it, but it didn't work. Can you post your code? -Ursprüngliche Nachricht- Von: Stand Trooper [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. Dezember 2005 17:09 An: MyFaces Discussion Betreff: Re: Progress Bar in Myfaces I was able to get the progress bar from the blueprints

Re: Progress Bar in Myfaces

2005-12-05 Thread Stand Trooper
? -Ursprüngliche Nachricht- Von: Stand Trooper [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. Dezember 2005 17:09 An: MyFaces Discussion Betreff: Re: Progress Bar in Myfaces I was able to get the progress bar from the blueprints to work just fine. I didn't have any issues at all On 12/5/05, [EMAIL

AW: Progress Bar in Myfaces

2005-12-05 Thread andreas.mitter
: Stand Trooper [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. Dezember 2005 17:47 An: MyFaces Discussion Betreff: Re: Progress Bar in Myfaces sure, let me get it zipped up and I'll post the link here Just to make sure, we are talking about the bpcatalog at https://bpcatalog.dev.java.net/, yes? thx

Ajax Progress Bar

2005-10-31 Thread Mariano Petrakovsky
I'm trying to use the progress bar of BP. But don't work... first don't render the .js. If it is added manually, then a XML error is throw. Somebody use this jar?... -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252