[
https://issues.apache.org/struts/browse/WW-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Husted updated WW-1735:
---------------------------
Fix Version/s: 2.0.6
> Ajaxed textarea throws js exception on validation
> -------------------------------------------------
>
> Key: WW-1735
> URL: https://issues.apache.org/struts/browse/WW-1735
> Project: Struts 2
> Issue Type: Bug
> Components: Views
> Affects Versions: 2.0.4
> Environment: Windows XP SP2, JBoss 3.2.5, Firefox/2.0.0.1
> Reporter: Oleg Gorobets
> Fix For: 2.0.6
>
>
> When ajax validation is turned on, onblur() method throws an excpetion:
> Error: [Exception... "'Error: TypeError: element.form has no properties' when
> calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c
> (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no]
> <%@ taglib uri="/struts-tags" prefix="s" %>
> <html>
> <HEAD>
> <s:head theme="ajax" debug="true"/>
> </HEAD>
> <BODY>
> <s:form theme="ajax" validate="true">
> <s:textarea/>
> </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.