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/16 15:22:59 UTC

[jira] Created: (WICKET-2026) Forms are not validated correctly inside a border

Forms are not validated correctly inside a border
-------------------------------------------------

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


Attached a quickstart:
- On the first (without border) form, enter something on the second field and click submit
- onError is called, as the first field is required
- On the second (in a border) form, enter something on the second field and click submit
- onSubmit is incorrectly called, as the first field is required

Attached a patch that seems to fix the problem.

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


[jira] Updated: (WICKET-2026) Forms are not validated correctly inside a border

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

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

    Attachment: bordervalidationtest.tar.gz

Quickstart.

> Forms are not validated correctly inside a border
> -------------------------------------------------
>
>                 Key: WICKET-2026
>                 URL: https://issues.apache.org/jira/browse/WICKET-2026
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adriano dos Santos Fernandes
>         Attachments: bordervalidationtest.tar.gz, patch.diff
>
>
> Attached a quickstart:
> - On the first (without border) form, enter something on the second field and click submit
> - onError is called, as the first field is required
> - On the second (in a border) form, enter something on the second field and click submit
> - onSubmit is incorrectly called, as the first field is required
> Attached a patch that seems to fix the problem.

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


[jira] Updated: (WICKET-2026) Forms are not validated correctly inside a border

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

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

    Attachment: patch.diff

Patch.

> Forms are not validated correctly inside a border
> -------------------------------------------------
>
>                 Key: WICKET-2026
>                 URL: https://issues.apache.org/jira/browse/WICKET-2026
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adriano dos Santos Fernandes
>         Attachments: bordervalidationtest.tar.gz, patch.diff
>
>
> Attached a quickstart:
> - On the first (without border) form, enter something on the second field and click submit
> - onError is called, as the first field is required
> - On the second (in a border) form, enter something on the second field and click submit
> - onSubmit is incorrectly called, as the first field is required
> Attached a patch that seems to fix the problem.

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


[jira] Resolved: (WICKET-2026) Forms are not validated correctly inside a border

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

Juergen Donnerstag resolved WICKET-2026.
----------------------------------------

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

thanks

> Forms are not validated correctly inside a border
> -------------------------------------------------
>
>                 Key: WICKET-2026
>                 URL: https://issues.apache.org/jira/browse/WICKET-2026
>             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: bordervalidationtest.tar.gz, patch.diff
>
>
> Attached a quickstart:
> - On the first (without border) form, enter something on the second field and click submit
> - onError is called, as the first field is required
> - On the second (in a border) form, enter something on the second field and click submit
> - onSubmit is incorrectly called, as the first field is required
> Attached a patch that seems to fix the problem.

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