aspose file tools
The moose likes JSF and the fly likes Extending the facelets default ActionListener Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Extending the facelets default ActionListener" Watch "Extending the facelets default ActionListener" New topic
Author

Extending the facelets default ActionListener

Paul Speijers
Greenhorn

Joined: Apr 10, 2005
Posts: 8
I would like to extend the facelets ActionListener for exception handling purposes. The problem is that I don't know the default facelets ActionListener implementation class to extend. "Regular JSF" usually has a class called "ActionListenerImpl" but I can't seem to find that one in facelets.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Extending the facelets default ActionListener
 
Similar Threads
Facelets View handler
Anonymous classes. . .
Interview Question - FYI
Quick question - serialization
Does every interface extend class Object?