File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes execute= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "execute="@none" not working in ajax" Watch "execute="@none" not working in ajax" New topic
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
 
Threads others viewed
Ajax and the message tag
Refresh datatable upon return/navigation
JSF AJAX problem
Why use JSF with AJAX instead of jsp/struts or jsp/Ajax Servlet or php for AJAX apps?
Where to invoke AJAX code to ask user if they want to extend session?
IntelliJ Java IDE