How to execute a method action in Backing bean method?
693647May 5 2009 — edited Jun 10 2009hello..
I´d like to know how to execute a binding action from a backing bean method in jdev 10.1.3
In the page definition of a JSF Page I have a MethodAction created in AM
In the same page there is a button with the action property calling a backing bean method. What I need to do is execute the method action into the backing bean method..
is that possible?
Willian