Re: f:setPropertyActionListener executed after action

2011-05-15 Thread Walter Mourão
About the original question, it was a bug in my code. No problem with f:setPropertyActionListener. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sat, May 14, 2011 at 11:48 AM, Joachim Schrod wrote: > > Could you please elaborate on that? > > Which fac

Re: f:setPropertyActionListener executed after action

2011-05-15 Thread Luka Surija
Action method in commandButton or commandLink is always executed after f:setPropertyActionListener, but for ActionListener method behavior is different depending on facelets version: - 1.1.13 executes f:setPropertyActionListener before ActionListener method, - 1.1.14 executes f:setPropertyAction