Class ListenerInvocationNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedException
All Implemented Interfaces:
Serializable

Thrown when a listener invocation is attempted on a component or behavior that does not allow it. For example, somehow the user attempted to invoke link's onclick method on a disabled link.
Author:
igor
See Also: