Hi,
I'm in trouble with Event Publishing.
I've got a Listener in my main ApplicationContext (Servlet Dispatcher) and some events published by this web part. All this is working fine.
But now I need to publish an event in a webflow action. This action implements an ApplicationEventPublisherAware in order to be able to publish an event.
No error while publishing, but my Listener doesn't wire the event.
Do I forget something ?
Is it possible to do so ?
I'm working with spring-1.2.7
Thank for any help
Steph


Reply With Quote
