Vincent Dutat a écrit : > Thanks, it works fine with @Observer. > I need to do something even more specific : I want a method called when > the user opens the content of the document (the "attached file"), is > there any event triggered at that moment ?
That would require raising a Seam event inside the invoke method of the org.nuxeo.ecm.platform.ui.web.binding.DownloadMethodBinding class which not directly aware of which DocumentModel the blob being downloaded comes from. What feature do you have in mind? Some kind of download event collector for doing statistics? -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
