Pessoall,
Alguêm conseguiu gerar uma arvore com o
Tentei aqui de varias formas.
Estou gerando sem iterator vejam:
JSP:<s:tree theme="ajax"
rootNode="%{rootNode}"
childCollectionProperty="children"
nodeIdProperty="id"
nodeTitleProperty="name">
</s:tree>
public String show(){
TreeModel tm = new TreeModel();
tm.set_id(new Long(56));
tm.set_name("aaaaa");
set_rootNode(tm);
return SUCCESS;
}
obrigado por qualquer ajuda.