Hello! I'd like to be able to call a plugin right after the user saves a page. This would be necessary to pass the new values of the object hold on that page for the plugin, so that the changes of my XWiki objects could echo to my plugin (that's because the plugin keeps a database that I want to edit via XWiki pages).
I tried something like #if($context.action=="save") but it didn't work, I guess the page is never actually "rendered" in that action, right? So, anyone has any idea of how could I implement this? Thanks, -- Tiago Rinck Caveden http://caveden.multiply.com _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
