aspose file tools
The moose likes JSF and the fly likes Actionlistener being registered 3 times 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 "Actionlistener being registered 3 times" Watch "Actionlistener being registered 3 times" New topic
Author

Actionlistener being registered 3 times

Ajay Dhar
Greenhorn

Joined: Jan 26, 2011
Posts: 24
I have a composite component with a command button. The button is bound to an action listener method which is in a session bean. For some reason, when the button is clicked, the same action listener is registered three times, so the action listener method is executed three times.

I did a lot of Googling to find out why an action listener would be registered multiple times but I didn't find anything. Does anyone know what's going on?


OCPJP 6
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14480
    
    7

Not without some example XML.

Although I will issue the standard caution that actionListeners tend to be over-used when a simple POJO action method is sufficient.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Actionlistener being registered 3 times
 
Similar Threads
enableEvent and Adapters
doClick and trapping of enter key
fireActionPerformed()
calling another GUI class
Swing