Ola pessoal…
estou tentando utilizar o esquema de ajax do struts, ja conferi em vários tutoriais. Nao tem nada errado…
o codigo é esse ai…
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<s:head theme="ajax" debug="true"/>
</head>
<body>
<s:tree label="Treinamento" id="arvore" theme="ajax" treeSelectedTopic="arvoreSelecionada">
<s:treenode theme="ajax" label="Java" id="java">
<s:treenode theme="ajax" label="J2SE" id="j2se"/>
<s:treenode theme="ajax" label="J2EE" id="j2ee"/>
<s:treenode theme="ajax" label="J2ME" id="j2me"/>
</s:treenode>
</s:tree>
</body>
</html>
e o erro que dá é esse :
02/11/2007 00:04:53 org.apache.struts2.components.UIBean end
SEVERE: error when rendering
java.lang.RuntimeException: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No mapping found for dependency [type=org.apache.struts2.views.freemarker.FreemarkerManager, name=‘default’] in public void org.apache.struts2.components.template.FreemarkerTemplateEngine.setFreemarkerManager(org.apache.struts2.views.freemarker.FreemarkerManager).
