Re: Problem with events

2008-10-08 Thread Sébastien Domergue
Hi, I think that it is because your div is not reload but the contents in your div. So, from the browser point of view, there is no event for the div. Maybe i'm wrong and in this case i don't see anything else, sorry... Regards Sébastien Pro1712 a écrit : Hi! Im using Struts 2.1.2. Here is

Problem with events

2008-10-08 Thread Pro1712
Hi! Im using Struts 2.1.2. Here is my code: Javascript: dojo.event.topic.subscribe("/beforeIntern", function(event, widget) {alert('before ' + widget);}); dojo.event.topic.subscribe("/afterIntern", function(data, request, widget) {alert('after ' + widget);}); JSP: When I initially lo