Re: f:setPropertyActionListener does not work

2011-05-05 Thread Georg Füchsle
Hallo Leonardo, thank you for your interest! Here the exception: [05.05.11 09:47:25:663 CEST] 001a ServletWrappe E SRVE0068E: Es wurde eine Ausnahme angefangen, die in einer der Servicemethoden des Servlet Faces Servlet ausgelöst wurde. Ausgelöste Ausnahme: javax.servlet.ServletException

Re: [Trinidad] NPE on returnFromDialog

2011-05-05 Thread Luka Surija
Any hint? Should I blame Mojarra or Trinidad? With which version of Mojarra you tested Trinidad? Regards, 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 05/03/2011 02:26 PM, Luka Surija wrote:

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: tr:commandLink action=#{visualizarRelatorioController.visualizandoRelatorioMudarPagina} disabled=#{visualizarRelatorioVisualizandoRelatorioMudarPaginaForm.paginaAtual le 1}

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