You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Oleg Gorobets (JIRA)" <ji...@apache.org> on 2007/02/12 19:12:16 UTC

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

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


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.


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

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-1735.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.8)
                   2.1.0

This issue just disappeared when we upgraded to Dojo 0.4.2

> 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.1.0
>
>
> 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.


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ 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.