Re: f:setPropertyActionListener executed after action

2011-05-16 Thread Joachim Schrod
Luka Surija wrote: > 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 e

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

Re: f:setPropertyActionListener executed after action

2011-05-14 Thread Joachim Schrod
Could you please elaborate on that? Which facelets version executes the actionListener after the action? TIA for an answer, Joachim Luka Surija wrote: > f:setPropertyActionListener is executed before action, > but If you are using facelets depending on version > it is executed before o

Re: f:setPropertyActionListener executed after action

2011-05-05 Thread Luka Surija
f:setPropertyActionListener is executed before action, but If you are using facelets depending on version it is executed before or after actionListener Luka Surija +385 1 61 99 140 +385 91 61 99 140 l...@iytim.hr I.Y. tim d.o.o. Nova cesta 171a, HR-1 Zagreb www.iytim.hr i...@iytim.hr On 0

f:setPropertyActionListener executed after action

2011-05-05 Thread Walter Mourão
Hi folks, I'm 99% sure the f:setPropertyActionListener is being executed after the action, in the following code: Does it make sense ? I'm using Myfaces 1.2.9 + Trinidad 1.2.14 Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br