Hello,
I have deployed JForum as a portlet for the CMS Jahia.
Everything works fine but when i try to upload a picture for my avatar i get this exception:
net.jforum.exceptions.TemplateNotFoundException: Template for action editSave is not defined
at net.jforum.Command.process(Command.java:144)
at net.jforum.JForum.service(JForum.java:191)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.jahia.portlet.jforum.JForumPortletBridge.callServletServiceMethod(JForumPortletBridge.java:267)
at org.jahia.portlet.jforum.JForumPortletBridge.render(JForumPortletBridge.java:171)
at org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
at org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
.... and so on.....
Has anyone seen this problem?
If so, is there some thing to do (maybe i missed something in the configuration)