> I think you can also requeue the event to fire in a later phase. How and where is this possible?
> -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Mike Kienenberger > Gesendet: Montag, 21. November 2005 20:26 > An: MyFaces Discussion > Betreff: Re: AW: AW: selectOneMenu and valueChangeListener method - > method call always before Update Model Values phase? > > > I think you can also requeue the event to fire in a later phase. > > On 11/21/05, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > > Matthias Kahlau wrote: > > > Actually, I didn't ask for practical solutions, because I > have a solution > > > for the problem already. I hope that someony can tell me, why the > > > ValueChange event is fired before that Update Model Value > Phase. Is there a > > > practical reason, or is it caused by accident? > > > > > I asked, and still have the same question. > > > > And I would like to ask if it is possible to create a tag simmilar to > > valueChangeListener but with an "phase" attribute. > > > > <f:valueChangeListener type="#{myBean.myMethod}" > > phase="UPDATE_MODEL_VALUES" /> > > > > other than the default valueChangeListener "type" should not point to a > > class, but might point to a method. > > > > I think this could be possible. > > > > --- > > Mario > > > >

