| 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
|
|
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.
|
 |
 |
|
|
subject: Actionlistener being registered 3 times
|
|
|