Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.0-M1, 7.4.0
-
None
-
None
Description
After upgrading from Wicket 7.3.0 to 7.4.0 my tests are failing cause of missing border component which are present in 7.3.0. If I run the application and test it manually there are no problems.
I'm using a custom Border component to wrap my input fields.
java.lang.AssertionError: path: 'form:passwordBorder:passwordBorder_body:password' does not exist for page: CustomerEditPage
I don't know exactly whats the problem. You can try it out with the following example project:
https://github.com/MarcGiffing/wicket-spring-boot/
You only have to switch the wicket property in the parent module to 7.4.0.
CustomerEditPageTest
If you can't launch the example project I will try to reproduce the failing test in an simple quickstart project.
Attachments
Issue Links
- duplicates
-
WICKET-6222 renderHead not called with anonymous inner Border class
- Closed
- is duplicated by
-
WICKET-6222 renderHead not called with anonymous inner Border class
- Closed