protocolAttributes.getEventAttributes(true);
eventMapper.setEventAttributes(eventAttributes);
// Iterate over any event listeners registered as observers this
// element,
ListenerEventRegistry listenerEventRegistry =
pageContext.getListenerEventRegistry();
Iterator iterator = listenerEventRegistry.getListenersById(id);
if (iterator != null) {
while (iterator.hasNext()) {
ListenerEvent listenerEvent = (ListenerEvent)
iterator.next();