Re: How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-03-06 Thread Rudy De Busscher
@All, Leonardo, It took me some time before I had time to try out your suggestion. And I have to say, it works like a charm. But it is deeply nested so therefor, here are the steps that I took to get my hands on the expression string of the actionListener attribute (within facelets) - Create a

Re: How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-02-11 Thread Rudy De Busscher
Hi Leonardo, Thanks for pointing me into a direction for a solution. Try it as soon as I have time for it. Thx Rudy. On 11 February 2011 06:38, Leonardo Uribe lu4...@gmail.com wrote: Hi Sorry for the late response. The problem is jsp uses UICommand.setActionListener method, but in

Re: How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-02-10 Thread Leonardo Uribe
Hi Sorry for the late response. The problem is jsp uses UICommand.setActionListener method, but in facelets things are different. Look this class: http://svn.apache.org/repos/asf/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ActionSourceRule.java If the target

How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-02-07 Thread Rudy De Busscher
Hi all, For an ExtVal-addon I need to have access to the expression string of the actionListener property of a command button. So when i have *h:commandButton id=check value=Validate actionListener=#{personBean.someActionListener}/* I need #{personBean.someActionListener}. In JSF 1.X, you could