| Author |
execute="@none" not working in ajax
|
Rob Micah
Ranch Hand
Joined: Aug 30, 2011
Posts: 68
|
|
|
I'm trying to use an ajax element on one of my inputText components. I only want to use the listener attribute to trigger a method in the backing bean on an event on the component. I do not want the component to execute and go through validation so I am using execute="@none" on the ajax element. But this isn't working. Using a phase listener I can see that the ajax call is still going through the Process Validations phase. Is this a bug or am I doing it wrong?
|
 |
 |
|
|
subject: execute="@none" not working in ajax
|
|
|