If FormTester is used twice or the same WicketTester and an involved form is 
updated (new visible/invisible components), the old form state prevails in 
tester
--------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: WICKET-2006
                 URL: https://issues.apache.org/jira/browse/WICKET-2006
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-RC1
         Environment: Any
            Reporter: Martin Makundi


If FormTester is used twice or the same WicketTester and an involved form is 
updated (new visible/invisible components), the old form state prevails in 
tester.

Example:

[Login page, fields enabled]
Submit

[For some business logic reason, form is shown again but the fields are 
disabled]
Browser sees disabled fields. The form submitted via WicketTester sees enabled 
fields, i.e., the form processed by the wickettester is WRONG (wrong instance?).

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

Reply via email to