You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andre Matheus (JIRA)" <ji...@apache.org> on 2007/12/07 15:14:43 UTC

[jira] Created: (WICKET-1211) "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE

"ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE
--------------------------------------------------------------------------------------------------

                 Key: WICKET-1211
                 URL: https://issues.apache.org/jira/browse/WICKET-1211
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.3.0-rc1
         Environment: Windows XP, Internet Explorer 6 and 7
            Reporter: Andre Matheus
            Priority: Critical


I found a strange problem with a Wicket application in IE using Ajax.

It works fine predictable in the 10 first clicks. in the 11th one it fails with "Error while parsing response: Invalid argument."

The response from the server (from wicket ajax debug window) is identical (except by the random url parameter and error message) before and after the 10th one.

In Firefox it works fine all times...

I managed to reproduce the error in a small page, it behaves exactly the same, except that it happens from the 14th to the 15th time...

II figured out that the error was apearing just if I override the enableMonthYearSelection to retur true.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1211) "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-1211:
---------------------------------------

    Fix Version/s:     (was: 1.3.0-rc3)
                   1.3.0-final

> "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE
> --------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1211
>                 URL: https://issues.apache.org/jira/browse/WICKET-1211
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-rc1
>         Environment: Windows XP, Internet Explorer 6 and 7
>            Reporter: Andre Matheus
>            Assignee: Johan Compagner
>            Priority: Critical
>             Fix For: 1.3.0-final
>
>         Attachments: test.zip
>
>
> I found a strange problem with a Wicket application in IE using Ajax.
> It works fine predictable in the 10 first clicks. in the 11th one it fails with "Error while parsing response: Invalid argument."
> The response from the server (from wicket ajax debug window) is identical (except by the random url parameter and error message) before and after the 10th one.
> In Firefox it works fine all times...
> I managed to reproduce the error in a small page, it behaves exactly the same, except that it happens from the 14th to the 15th time...
> II figured out that the error was apearing just if I override the enableMonthYearSelection to retur true.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-1211) "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1211:
-------------------------------------

    Assignee: Gerolf Seitz

> "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE
> --------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1211
>                 URL: https://issues.apache.org/jira/browse/WICKET-1211
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-rc1
>         Environment: Windows XP, Internet Explorer 6 and 7
>            Reporter: Andre Matheus
>            Assignee: Gerolf Seitz
>            Priority: Critical
>         Attachments: test.zip
>
>
> I found a strange problem with a Wicket application in IE using Ajax.
> It works fine predictable in the 10 first clicks. in the 11th one it fails with "Error while parsing response: Invalid argument."
> The response from the server (from wicket ajax debug window) is identical (except by the random url parameter and error message) before and after the 10th one.
> In Firefox it works fine all times...
> I managed to reproduce the error in a small page, it behaves exactly the same, except that it happens from the 14th to the 15th time...
> II figured out that the error was apearing just if I override the enableMonthYearSelection to retur true.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WICKET-1211) "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-1211.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc3
         Assignee: Johan Compagner  (was: Gerolf Seitz)

i fixed this yesterday, i am afraid it won't make it into the next RC that already is build.

> "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE
> --------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1211
>                 URL: https://issues.apache.org/jira/browse/WICKET-1211
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-rc1
>         Environment: Windows XP, Internet Explorer 6 and 7
>            Reporter: Andre Matheus
>            Assignee: Johan Compagner
>            Priority: Critical
>             Fix For: 1.3.0-rc3
>
>         Attachments: test.zip
>
>
> I found a strange problem with a Wicket application in IE using Ajax.
> It works fine predictable in the 10 first clicks. in the 11th one it fails with "Error while parsing response: Invalid argument."
> The response from the server (from wicket ajax debug window) is identical (except by the random url parameter and error message) before and after the 10th one.
> In Firefox it works fine all times...
> I managed to reproduce the error in a small page, it behaves exactly the same, except that it happens from the 14th to the 15th time...
> II figured out that the error was apearing just if I override the enableMonthYearSelection to retur true.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1211) "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE

Posted by "Andre Matheus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Matheus updated WICKET-1211:
----------------------------------

    Attachment: test.zip

If you click on the date, it will work 14 times, in the 15th one if fails saing: ERROR: Error while parsing response: Invalid argument.

This happens only in IE.



> "ERROR: Error while parsing response: Invalid argument" when refreshing form with DatePicker on IE
> --------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1211
>                 URL: https://issues.apache.org/jira/browse/WICKET-1211
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-rc1
>         Environment: Windows XP, Internet Explorer 6 and 7
>            Reporter: Andre Matheus
>            Priority: Critical
>         Attachments: test.zip
>
>
> I found a strange problem with a Wicket application in IE using Ajax.
> It works fine predictable in the 10 first clicks. in the 11th one it fails with "Error while parsing response: Invalid argument."
> The response from the server (from wicket ajax debug window) is identical (except by the random url parameter and error message) before and after the 10th one.
> In Firefox it works fine all times...
> I managed to reproduce the error in a small page, it behaves exactly the same, except that it happens from the 14th to the 15th time...
> II figured out that the error was apearing just if I override the enableMonthYearSelection to retur true.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.