FormTester crashes with NullPointerException, if FormComponent is not found
---------------------------------------------------------------------------
Key: WICKET-697
URL: https://issues.apache.org/jira/browse/WICKET-697
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.0-beta2
Reporter: Timo Rantalaiho
Priority: Minor
Attachments: formtester-nullcheck.patch
The attached patch makes FormTester report inexistent component better. Before,
it just crashed on NullPointerException on this line:
fail("Selecting on the component:'" +
formComponent.getPath()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.