Re: orchestra conversation closed by stylesheet

2008-04-08 Thread Martin Marinschek
To sum it up: Orchestra is certainly not to blame here, this is a RichFaces bug. @Mario: your comment makes sense, we all should certainly try to work around bugs in other libraries! regards, Martin On Tue, Apr 1, 2008 at 12:38 AM, Scott O'Bryan [EMAIL PROTECTED] wrote: Configurators work off

Re: orchestra conversation closed by stylesheet

2008-04-08 Thread Martin Marinschek
@Mario: your comment makes sense, we all should certainly try to work around bugs in other libraries! cause else, our users will have to do it, and this we will want to prevent. regards, Martin

Re: orchestra conversation closed by stylesheet

2008-03-31 Thread Werner Punz
simon schrieb: On Sun, 2008-03-30 at 20:04 +0200, Werner Punz wrote: Mario Ivankovits schrieb: Hi! Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are portlet cases where it happens later.

Re: orchestra conversation closed by stylesheet

2008-03-31 Thread Scott O'Bryan
Configurators work off of a custom FacesContext. It works very well. Mario Ivankovits wrote: Hi! Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are portlet cases where it happens later.

Re: orchestra conversation closed by stylesheet

2008-03-30 Thread Werner Punz
Mario Ivankovits schrieb: Hi! Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are portlet cases where it happens later. What are the JSF phases executed by weblets then? Probably we find a

Re: orchestra conversation closed by stylesheet

2008-03-30 Thread simon
On Sun, 2008-03-30 at 20:04 +0200, Werner Punz wrote: Mario Ivankovits schrieb: Hi! Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are portlet cases where it happens later. What are

Re: orchestra conversation closed by stylesheet

2008-03-29 Thread Werner Punz
Hi Mario this is not weird at all, usually this technique is used by resource loading frameworks if they want to provide some automatisms. Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are

Re: orchestra conversation closed by stylesheet

2008-03-29 Thread Mario Ivankovits
Hi! Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are portlet cases where it happens later. What are the JSF phases executed by weblets then? Probably we find a pattern which allows us to

orchestra conversation closed by stylesheet

2008-03-28 Thread Bernd Winterstein
Hi I have a one page conversation with access-scope. The page contains several tabs which are switched by Ajax calls. The first time the page is loaded the last request is a css download, upon which orchestra closes the conversation. The following requests for other tabs works perfect, the

Re: orchestra conversation closed by stylesheet

2008-03-28 Thread simon
Hi Bernd, On Fri, 2008-03-28 at 12:11 +0100, Bernd Winterstein wrote: Hi I have a one page conversation with access-scope. The page contains several tabs which are switched by Ajax calls. The first time the page is loaded the last request is a css download, upon which orchestra closes

Re: orchestra conversation closed by stylesheet

2008-03-28 Thread Bernd Winterstein
Hi Simon, many thanks for your tips. I checked the phase-listener solution, but it's a little dirty. The resource request skips phases 2-5. And the after RESTORE_VIEW callback is not called. In the before callback I do not know how to get the view id. As a solution i check the source

Re: orchestra conversation closed by stylesheet

2008-03-28 Thread Mario Ivankovits
Hi! many thanks for your tips. I checked the phase-listener solution, but it's a little dirty. The resource request skips phases 2-5. And the after RESTORE_VIEW callback is not called. In the before callback I do not know how to get the view id. As a solution i check the source component of