Le jeudi 15 mars 2007 à 16:05 +0100, Vincent Dutat a écrit : > Hi, > > I would like, when a user clicks on a document to see its content > , that > a method of a bean is called, how could I do that ? Could you give more details on what you want to do, this will help :)
Basically, you have several options : 1 - change the xhtml template : but I guess this is not your point 2 - Use a seam component that observes navigation events via @Observer 3 - use a core or JMS event listener I would suggest solution 2 ... but I need to know more about your usecase. Tiry > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
