You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Adriano dos Santos Fernandes (JIRA)" <ji...@apache.org> on 2009/01/18 01:21:00 UTC

[jira] Created: (WICKET-2027) FormComponentPanel does not work correctly inside a Border

FormComponentPanel does not work correctly inside a Border
----------------------------------------------------------

                 Key: WICKET-2027
                 URL: https://issues.apache.org/jira/browse/WICKET-2027
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-RC1
            Reporter: Adriano dos Santos Fernandes
         Attachments: datefieldtest.tar.gz

Attached a quickstart and a patch. The problem is that some actions need to be done in post-order, but the border support in Form does it in pre-order.

To reproduce:
- Enter something on both fields
- Click submit
- The DateField model is not updated


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


[jira] Resolved: (WICKET-2027) FormComponentPanel does not work correctly inside a Border

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

Juergen Donnerstag resolved WICKET-2027.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3
         Assignee: Juergen Donnerstag

thanks, fixed.

> FormComponentPanel does not work correctly inside a Border
> ----------------------------------------------------------
>
>                 Key: WICKET-2027
>                 URL: https://issues.apache.org/jira/browse/WICKET-2027
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adriano dos Santos Fernandes
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC3
>
>         Attachments: datefieldtest.tar.gz, patch.diff
>
>
> Attached a quickstart and a patch. The problem is that some actions need to be done in post-order, but the border support in Form does it in pre-order.
> To reproduce:
> - Enter something on both fields
> - Click submit
> - The DateField model is not updated

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


[jira] Updated: (WICKET-2027) FormComponentPanel does not work correctly inside a Border

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

Igor Vaynberg updated WICKET-2027:
----------------------------------

    Fix Version/s:     (was: 1.4-RC3)
                   1.4-RC2

> FormComponentPanel does not work correctly inside a Border
> ----------------------------------------------------------
>
>                 Key: WICKET-2027
>                 URL: https://issues.apache.org/jira/browse/WICKET-2027
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adriano dos Santos Fernandes
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC2
>
>         Attachments: datefieldtest.tar.gz, patch.diff
>
>
> Attached a quickstart and a patch. The problem is that some actions need to be done in post-order, but the border support in Form does it in pre-order.
> To reproduce:
> - Enter something on both fields
> - Click submit
> - The DateField model is not updated

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


[jira] Updated: (WICKET-2027) FormComponentPanel does not work correctly inside a Border

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

Adriano dos Santos Fernandes updated WICKET-2027:
-------------------------------------------------

    Attachment: patch.diff

Patch.

> FormComponentPanel does not work correctly inside a Border
> ----------------------------------------------------------
>
>                 Key: WICKET-2027
>                 URL: https://issues.apache.org/jira/browse/WICKET-2027
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adriano dos Santos Fernandes
>         Attachments: datefieldtest.tar.gz, patch.diff
>
>
> Attached a quickstart and a patch. The problem is that some actions need to be done in post-order, but the border support in Form does it in pre-order.
> To reproduce:
> - Enter something on both fields
> - Click submit
> - The DateField model is not updated

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


[jira] Updated: (WICKET-2027) FormComponentPanel does not work correctly inside a Border

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

Adriano dos Santos Fernandes updated WICKET-2027:
-------------------------------------------------

    Attachment: datefieldtest.tar.gz

Test case.

> FormComponentPanel does not work correctly inside a Border
> ----------------------------------------------------------
>
>                 Key: WICKET-2027
>                 URL: https://issues.apache.org/jira/browse/WICKET-2027
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adriano dos Santos Fernandes
>         Attachments: datefieldtest.tar.gz
>
>
> Attached a quickstart and a patch. The problem is that some actions need to be done in post-order, but the border support in Form does it in pre-order.
> To reproduce:
> - Enter something on both fields
> - Click submit
> - The DateField model is not updated

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