Hi Patrice, Just for the record, know what with recent version of XE you can use wiki components to do this, see: http://extensions.xwiki.org/xwiki/bin/view/Extension/WikiComponent+Module That's the new best way of registering event listeners in wiki page. Note that this is not really recommended except maybe for quick proof of concepts; the best solution is to write the listeners in Java, see http://platform.xwiki.org/xwiki/bin/view/DevGuide/BestPractices#HWheretoputc... Thanks -Vincent On Nov 15, 2012, at 6:23 PM, Patrice <patrice.premel@dcnsgroup.com> wrote:
Hello,
We finally solved our problem by using the button "Register Event Listener" described here : http://platform.xwiki.org/xwiki/bin/download/DevGuide/GroovyNotificationTuto...
RTFM !
Patrice