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
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
2 matches
Mail list logo