I have the following:
<s:url id=foo action=refresh />
<s:div theme=ajax autostart=false href=%{foo} listenTopics=/xxx>
<s:include value=some.ftl />
</s:div>The href returns the some.ftl component. What I intended is when the whole page is displayed, the href does not fire. Did I understand autostart correctly? Thanks Mel

