You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeff Bailey (JIRA)" <ji...@apache.org> on 2012/08/03 02:05:02 UTC

[jira] [Updated] (WICKET-4693) ComponentFeedbackPanel with Form filter and FormComponentPanel exhibits strange behavior

     [ https://issues.apache.org/jira/browse/WICKET-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Bailey updated WICKET-4693:
--------------------------------

    Attachment: cfp.zip

Run the enclosed quickstart and browse to http://localhost:8081/

There is a form containing a FormComponentPanel with 2 string fields. Complete both fields and submit and everything works fine (you should see a message displaying the values you submit).

Leave either field blank (causing field and form validations to fail) and submit. The component feedback panel will display the forms error message (as expected).

Now attempt to resubmit the form with valid values again. This will fail (convertInput on ComboeField is never called) 

This only seems to happen when the FormComponentPanel is attached directly to the form. If I attach it to an intermediate panel, things seems to behave properly. 

Hope this all makes sense, had a hell of a time trying to isolate this.
                
> ComponentFeedbackPanel with Form filter and FormComponentPanel exhibits strange behavior
> ----------------------------------------------------------------------------------------
>
>                 Key: WICKET-4693
>                 URL: https://issues.apache.org/jira/browse/WICKET-4693
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0-beta3
>         Environment: Firefox, Chrome, Safari, JDK 1.6.0_33 on OSX
>            Reporter: Jeff Bailey
>            Priority: Critical
>         Attachments: cfp.zip
>
>
> FormComponentPanels in a Form used as the component in a ComponentFeedbackPanel fails to re-submit once a validation has failed.
> A quickstart demonstrating the bug and steps to reproduce will be forthcoming.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira