FormComponentPanel does not work correctly inside a Border
----------------------------------------------------------
Key: WICKET-2027
URL: https://issues.apache.org/jira/browse/WICKET-2027
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC1
Reporter: Adriano dos Santos Fernandes
Attachments: datefieldtest.tar.gz
Attached a quickstart and a patch. The problem is that some actions need to be
done in post-order, but the border support in Form does it in pre-order.
To reproduce:
- Enter something on both fields
- Click submit
- The DateField model is not updated
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.