Hi In my application i am using DOJO divs with attribute updateFreq(for refreshing) But i want to activate it in certain condition only,other wise it should be disabled i tried to use 'disabled' attribute to disable div but it doesn't work.Is it possible to disable and enable DOJO divs from javascript. I used as follows
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%> <s:url id="d_url" action="refresh" /> <sx:div href="%{d_url}" updateFreq="60000" id="divlayer4" disabled="true"> </sx:div> I also used 'listenTopics' to restrict div from calling URL but it is also not working Please help me to over come this Expecting your kind interaction Thanks in advance Rakesh -- View this message in context: http://old.nabble.com/Dojo-div-disable-problem-in-struts2-tp28162052p28162052.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org