PhaseListener getting called multiple times

2006-09-26 Thread a k
Hi,I followed this article to show more meaningful validation messages at the top of the page.http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk7.html What I am noticing is that the Phase Listener is getting called multiple times (4 to be precise) per request. So instead of getting so

RE: PhaseListener getting called multiple times

2006-09-26 Thread John
PMTo: MyFaces DiscussionSubject: PhaseListener getting called multiple times Hi,I followed this article to show more meaningful validation messages at the top of the page.http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk7.html What I am noticing is that the Phase Listener is getting c

Re: PhaseListener getting called multiple times

2006-09-26 Thread a k
ner getting called multiple times Hi,I followed this article to show more meaningful validation messages at the top of the page.http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk7.html What I am noticing is that the Phase Listener is getting called multiple times (4 to be precise) per

RE: PhaseListener getting called multiple times

2006-09-26 Thread Iordanov, Borislav \(GIC\)
Are you using this in portlets?   From: a k [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 4:29 PM To: MyFaces Discussion Subject: Re: PhaseListener getting called multiple times   I have this in my Listener impl class:     public PhaseId getPhaseId

Re: PhaseListener getting called multiple times

2006-09-26 Thread Volker Weber
m: a k [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 4:29 PM To: MyFaces Discussion Subject: Re: PhaseListener getting called multiple times I have this in my Listener impl class: public PhaseId getPhaseId() { return PhaseId.RENDER_RESPONSE; } Not sure why

AW: PhaseListener getting called multiple times

2006-09-26 Thread Pfau, Oliver
22:38 An: MyFaces Discussion Betreff: Re: PhaseListener getting called multiple times Are you sure that the phaseListener is not more than one time configured? Put a log statement in the Constructor to see how many instances are created. 2006/9/26, Iordanov, Borislav (GIC) <[EMAIL P

Re: PhaseListener getting called multiple times

2006-09-27 Thread Dave Brondsema
> > *From:* a k [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday, September 26, 2006 4:29 PM > *To:* MyFaces Discussion > *Subject:* Re: PhaseListener getting called multiple times > > > > > I have this in my Listener impl class: > > public PhaseId getP

RE: PhaseListener getting called multiple times

2006-09-28 Thread Iordanov, Borislav \(GIC\)
Faces Discussion Subject: AW: PhaseListener getting called multiple times I have also took a look at the jsf phases in a JSF portlet application with 2 portlets on a page in Liferay. I have a phase listener in each backing bean of the portlets implemented an anonymous class printing information at