Ajaxed form tag throws js exception
-----------------------------------
Key: WW-1710
URL: https://issues.apache.org/struts/browse/WW-1710
Project: Struts 2
Issue Type: Bug
Components: Views
Affects Versions: 2.0.4
Environment: Windows XP SP2, JBoss 3.2.5
Reporter: Oleg Gorobets
This HTML throws an error: FATAL exception raised: Could not load
'dojo.widget.html.Tooltip'; last tried '__package__.js'
<%@ taglib uri="/struts-tags" prefix="s" %>
<html>
<HEAD>
<TITLE>AJAX TEST</TITLE>
<s:head theme="ajax" debug="true"/>
</HEAD>
<BODY>
<s:form theme="ajax">
</s:form>
</BODY>
</html>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.