You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marius Bauer (JIRA)" <ji...@apache.org> on 2010/12/07 11:28:10 UTC

[jira] Created: (WICKET-3238) Required checkbox behaves differently in tests and in real application

Required checkbox behaves differently in tests and in real application
----------------------------------------------------------------------

                 Key: WICKET-3238
                 URL: https://issues.apache.org/jira/browse/WICKET-3238
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.13
            Reporter: Marius Bauer
            Priority: Minor


Create a form and add a required checkbox to it. If you run the application, you will not be allowed to submit the form without ticking the checkbox, but if you use the WicketTester and submit the form using the FormTester in a JUnit test, you are able to submit the form without ticking that checkbox (onSubmit() is executed).

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


[jira] Resolved: (WICKET-3238) Required checkbox behaves differently in tests and in real application

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

Martin Grigorov resolved WICKET-3238.
-------------------------------------

       Resolution: Not A Problem
    Fix Version/s: 1.4.15

Works OK with Wicket 1.4 and 1.5.

> Required checkbox behaves differently in tests and in real application
> ----------------------------------------------------------------------
>
>                 Key: WICKET-3238
>                 URL: https://issues.apache.org/jira/browse/WICKET-3238
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Marius Bauer
>            Priority: Minor
>             Fix For: 1.4.15
>
>         Attachments: wicket-3238.tgz
>
>
> Create a form and add a required checkbox to it. If you run the application, you will not be allowed to submit the form without ticking the checkbox, but if you use the WicketTester and submit the form using the FormTester in a JUnit test, you are able to submit the form without ticking that checkbox (onSubmit() is executed).

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


[jira] Updated: (WICKET-3238) Required checkbox behaves differently in tests and in real application

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

Martin Grigorov updated WICKET-3238:
------------------------------------

    Attachment: wicket-3238.tgz

quickstart showing that it works

> Required checkbox behaves differently in tests and in real application
> ----------------------------------------------------------------------
>
>                 Key: WICKET-3238
>                 URL: https://issues.apache.org/jira/browse/WICKET-3238
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Marius Bauer
>            Priority: Minor
>             Fix For: 1.4.15
>
>         Attachments: wicket-3238.tgz
>
>
> Create a form and add a required checkbox to it. If you run the application, you will not be allowed to submit the form without ticking the checkbox, but if you use the WicketTester and submit the form using the FormTester in a JUnit test, you are able to submit the form without ticking that checkbox (onSubmit() is executed).

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


[jira] Updated: (WICKET-3238) Required checkbox behaves differently in tests and in real application

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

Jeremy Thomerson updated WICKET-3238:
-------------------------------------

    Fix Version/s:     (was: 1.4.15)

Removing fix versions on things that were marked as fixVersion = (1.4.14 || 1.5-M4), but also weren't fixed (marked "not a problem", "won't fix", etc) so that they don't show up in release notes when in reality they weren't part of the release.

> Required checkbox behaves differently in tests and in real application
> ----------------------------------------------------------------------
>
>                 Key: WICKET-3238
>                 URL: https://issues.apache.org/jira/browse/WICKET-3238
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Marius Bauer
>            Priority: Minor
>         Attachments: wicket-3238.tgz
>
>
> Create a form and add a required checkbox to it. If you run the application, you will not be allowed to submit the form without ticking the checkbox, but if you use the WicketTester and submit the form using the FormTester in a JUnit test, you are able to submit the form without ticking that checkbox (onSubmit() is executed).

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