olá não estou conseguindo chamar alguma action ou notificar algum tópico com esta tag do struts 2, alguém ai já conseguiu este feito ?
segue o código com
<s:tree theme="ajax" id="root" label="Root" treeSelectedTopic="noSelected">
<s:a notifyTopics="noSelected" targets="areaMeio"><s:treenode theme="ajax" id="child1" label="<b>Child 1</b>" /></s:a>
<a title="teste" href="Relatorio!lista.action" target="areaMeio"><s:treenode theme="ajax" id="subchild1" label="SubChild 1">
</a>
<s:treenode theme="ajax" id="subchild2" label="SubChild 2" />
<s:treenode theme="ajax" id="subchild3" label="SubChild 3" />
</s:treenode>
<s:treenode theme="ajax" id="child2" label="<b>child 2</b>" />
</s:tree>
valew