You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Thomas (JIRA)" <ji...@apache.org> on 2011/04/14 14:37:05 UTC

[jira] [Created] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
--------------------------------------------------------------------------------------------

                 Key: WICKET-3616
                 URL: https://issues.apache.org/jira/browse/WICKET-3616
             Project: Wicket
          Issue Type: Bug
          Components: wicket-core
    Affects Versions: 1.4.17
            Reporter: Peter Thomas
            Priority: Minor


attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]

you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Pedro Santos reassigned WICKET-3616:
------------------------------------

    Assignee: Pedro Santos

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Assignee: Pedro Santos
>            Priority: Minor
>         Attachments: wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021092#comment-13021092 ] 

Pedro Santos commented on WICKET-3616:
--------------------------------------

possible cause: WICKET-3418

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Priority: Minor
>         Attachments: wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Martin Grigorov resolved WICKET-3616.
-------------------------------------

    Resolution: Fixed

Improved with r1097092.

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.18
>
>         Attachments: WICKET-3616.patch, wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Peter Thomas updated WICKET-3616:
---------------------------------

    Attachment: wicket-guice.zip

adding attachment

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Priority: Minor
>         Attachments: wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Pedro Santos updated WICKET-3616:
---------------------------------

    Attachment: WICKET-3616.patch

BaseWicketTester#setupAjaxSubmitRequestParameters isn't setting the form components values in the next request parameters, so they get discarted.

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Assignee: Pedro Santos
>            Priority: Minor
>         Attachments: WICKET-3616.patch, wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Martin Grigorov commented on WICKET-3616:
-----------------------------------------

+1 for the patch.

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Assignee: Pedro Santos
>            Priority: Minor
>         Attachments: WICKET-3616.patch, wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Pedro Santos resolved WICKET-3616.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.18

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Assignee: Pedro Santos
>            Priority: Minor
>             Fix For: 1.4.18
>
>         Attachments: WICKET-3616.patch, wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Martin Grigorov reassigned WICKET-3616:
---------------------------------------

    Assignee: Martin Grigorov  (was: Pedro Santos)

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.18
>
>         Attachments: WICKET-3616.patch, wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (WICKET-3616) Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField

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

Martin Grigorov reopened WICKET-3616:
-------------------------------------


A test is broken with the new fix: testExecuteAjaxEvent_ajaxFormSubmitLink(org.apache.wicket.util.tester.WicketTesterTest)

> Wicket Tester behavior changed - Form Tester Ajax Submit clears already filled in TextField 
> --------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3616
>                 URL: https://issues.apache.org/jira/browse/WICKET-3616
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Thomas
>            Assignee: Pedro Santos
>            Priority: Minor
>             Fix For: 1.4.18
>
>         Attachments: WICKET-3616.patch, wicket-guice.zip
>
>
> attached quickstart, run "mvn test" and the last line of PageTest.java fails [ tester.assertModelValue("text", "Goodbye Bob"); ]
> you can try change the wicket version to 1.4.12 in the pom.xml and see everything work fine

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira