You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martijn Dashorst (JIRA)" <ji...@apache.org> on 2009/04/02 15:32:14 UTC

[jira] Created: (WICKET-2203) WicketTester clickLink on submitLink fails with conversion error

WicketTester clickLink on submitLink fails with conversion error
----------------------------------------------------------------

                 Key: WICKET-2203
                 URL: https://issues.apache.org/jira/browse/WICKET-2203
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4-RC2, 1.3.5
            Reporter: Martijn Dashorst


When clicking with WicketTester  a submitlink that is situated outside a Form, clickLink doesn't process the input correctly. It tries to set null on the inputs (which fails for int properties for obvious reasons).

I've attached a quickstart that exhibits this behavior.

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


[jira] Updated: (WICKET-2203) WicketTester clickLink on submitLink fails with conversion error

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

Martijn Dashorst updated WICKET-2203:
-------------------------------------

    Attachment: wicket-2203.tar.gz

> WicketTester clickLink on submitLink fails with conversion error
> ----------------------------------------------------------------
>
>                 Key: WICKET-2203
>                 URL: https://issues.apache.org/jira/browse/WICKET-2203
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5, 1.4-RC2
>            Reporter: Martijn Dashorst
>         Attachments: wicket-2203.tar.gz
>
>
> When clicking with WicketTester  a submitlink that is situated outside a Form, clickLink doesn't process the input correctly. It tries to set null on the inputs (which fails for int properties for obvious reasons).
> I've attached a quickstart that exhibits this behavior.

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


[jira] Assigned: (WICKET-2203) WicketTester clickLink on submitLink fails with conversion error

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

Juergen Donnerstag reassigned WICKET-2203:
------------------------------------------

    Assignee: Juergen Donnerstag

> WicketTester clickLink on submitLink fails with conversion error
> ----------------------------------------------------------------
>
>                 Key: WICKET-2203
>                 URL: https://issues.apache.org/jira/browse/WICKET-2203
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5, 1.4-RC2
>            Reporter: Martijn Dashorst
>            Assignee: Juergen Donnerstag
>         Attachments: wicket-2203.tar.gz
>
>
> When clicking with WicketTester  a submitlink that is situated outside a Form, clickLink doesn't process the input correctly. It tries to set null on the inputs (which fails for int properties for obvious reasons).
> I've attached a quickstart that exhibits this behavior.

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


[jira] Updated: (WICKET-2203) WicketTester clickLink on submitLink fails with conversion error

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

Martijn Dashorst updated WICKET-2203:
-------------------------------------

    Attachment: wicket-2203.tar.gz

> WicketTester clickLink on submitLink fails with conversion error
> ----------------------------------------------------------------
>
>                 Key: WICKET-2203
>                 URL: https://issues.apache.org/jira/browse/WICKET-2203
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5, 1.4-RC2
>            Reporter: Martijn Dashorst
>         Attachments: wicket-2203.tar.gz
>
>
> When clicking with WicketTester  a submitlink that is situated outside a Form, clickLink doesn't process the input correctly. It tries to set null on the inputs (which fails for int properties for obvious reasons).
> I've attached a quickstart that exhibits this behavior.

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


[jira] Resolved: (WICKET-2203) WicketTester clickLink on submitLink fails with conversion error

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

Juergen Donnerstag resolved WICKET-2203.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3

patch and test cases applied to trunk

> WicketTester clickLink on submitLink fails with conversion error
> ----------------------------------------------------------------
>
>                 Key: WICKET-2203
>                 URL: https://issues.apache.org/jira/browse/WICKET-2203
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5, 1.4-RC2
>            Reporter: Martijn Dashorst
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC3
>
>         Attachments: wicket-2203.tar.gz
>
>
> When clicking with WicketTester  a submitlink that is situated outside a Form, clickLink doesn't process the input correctly. It tries to set null on the inputs (which fails for int properties for obvious reasons).
> I've attached a quickstart that exhibits this behavior.

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


[jira] Updated: (WICKET-2203) WicketTester clickLink on submitLink fails with conversion error

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

Martijn Dashorst updated WICKET-2203:
-------------------------------------

    Attachment:     (was: wicket-2203.tar.gz)

> WicketTester clickLink on submitLink fails with conversion error
> ----------------------------------------------------------------
>
>                 Key: WICKET-2203
>                 URL: https://issues.apache.org/jira/browse/WICKET-2203
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5, 1.4-RC2
>            Reporter: Martijn Dashorst
>
> When clicking with WicketTester  a submitlink that is situated outside a Form, clickLink doesn't process the input correctly. It tries to set null on the inputs (which fails for int properties for obvious reasons).
> I've attached a quickstart that exhibits this behavior.

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