ptriller wrote:
i am using an
<s:div theme="ajax" id="myDiv" notifyTopics="myTopic" href="someUrl">
</s:div>
and I have some JavaScript Code that alters the links in the div.
but when I get notified by the div tag through , the new content of the div
has not yet
been set, so I can't do that.
Hi Peter,
Apologies I can't give you can complete answer, but in Struts2.0, you're
right the notifyTopics event is published before the content is loaded.
If you can use Struts 2.1 you may be able to use the afterNotifyTopics
attribute. Even though 2.1 isn't released yet, I found its ajax
features are less 'experimental' than 2.0.x
If not, as the struts div is a dojo widget extending ContentPane I
suppose you should be able to use dojo directly to connect to an event
from the widget after its content is loaded.
I haven't tried it, but it's partially described at
http://dojotoolkit.org/book/dojo-book-0-4/part-4-more-widgets/advanced-contentpane-usage
regards,
Jeromy Evans
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]