You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marat Radchenko (JIRA)" <ji...@apache.org> on 2010/01/12 15:51:54 UTC

[jira] Created: (WICKET-2672) FormComponent doesn't properly handle array model types

FormComponent doesn't properly handle array model types
-------------------------------------------------------

                 Key: WICKET-2672
                 URL: https://issues.apache.org/jira/browse/WICKET-2672
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.5
            Reporter: Marat Radchenko
         Attachments: FormComponentTest.java

FormComponent doesn't properly handle array model types.

Testcase attached.

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


[jira] Updated: (WICKET-2672) FormComponent doesn't properly handle array model types

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

Martin Grigorov updated WICKET-2672:
------------------------------------

    Attachment: WICKET-2672.patch

Fix the 'initialize' parameter for Class#forClass().

Why org.apache.wicket.markup.html.form.FormComponent.typeName is a java.lang.String instead of Class<?> ?

> FormComponent doesn't properly handle array model types
> -------------------------------------------------------
>
>                 Key: WICKET-2672
>                 URL: https://issues.apache.org/jira/browse/WICKET-2672
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>         Attachments: FormComponentTest.java, WICKET-2672.patch, WICKET-2672.patch
>
>
> FormComponent doesn't properly handle array model types.
> Testcase attached.

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


[jira] Updated: (WICKET-2672) FormComponent doesn't properly handle array model types

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

Marat Radchenko updated WICKET-2672:
------------------------------------

    Attachment: FormComponentTest.java

> FormComponent doesn't properly handle array model types
> -------------------------------------------------------
>
>                 Key: WICKET-2672
>                 URL: https://issues.apache.org/jira/browse/WICKET-2672
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>         Attachments: FormComponentTest.java
>
>
> FormComponent doesn't properly handle array model types.
> Testcase attached.

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


[jira] Resolved: (WICKET-2672) FormComponent doesn't properly handle array model types

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

Juergen Donnerstag resolved WICKET-2672.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.6
         Assignee: Juergen Donnerstag

fixed and test cases added

> FormComponent doesn't properly handle array model types
> -------------------------------------------------------
>
>                 Key: WICKET-2672
>                 URL: https://issues.apache.org/jira/browse/WICKET-2672
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.6, 1.5-M1
>
>         Attachments: FormComponentTest.java, WICKET-2672.patch, WICKET-2672.patch
>
>
> FormComponent doesn't properly handle array model types.
> Testcase attached.

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


[jira] Updated: (WICKET-2672) FormComponent doesn't properly handle array model types

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

Martin Grigorov updated WICKET-2672:
------------------------------------

    Attachment: WICKET-2672.patch

According to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6500212 it is better to load array classes with Class.forName()

> FormComponent doesn't properly handle array model types
> -------------------------------------------------------
>
>                 Key: WICKET-2672
>                 URL: https://issues.apache.org/jira/browse/WICKET-2672
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>         Attachments: FormComponentTest.java, WICKET-2672.patch
>
>
> FormComponent doesn't properly handle array model types.
> Testcase attached.

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