You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/04/19 17:41:43 UTC

[jira] Assigned: (WW-1735) Ajaxed textarea throws js exception on validation

     [ https://issues.apache.org/struts/browse/WW-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso reassigned WW-1735:
-----------------------------------

    Assignee: Musachy Barroso

> 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
>         Assigned To: Musachy Barroso
>             Fix For: 2.0.8
>
>
> 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.