Support for starting FormComponentPanel in WicketTester
-------------------------------------------------------
Key: WICKET-3085
URL: https://issues.apache.org/jira/browse/WICKET-3085
Project: Wicket
Issue Type: New Feature
Components: wicket
Affects Versions: 1.4.12
Environment: All
Reporter: Per Newgro
Normally we use a validator and an error feeback behavior for components like
textfields and ddcs. These simple components are placed on a panel and can
simply be tested by WicketTester.
Now we use a FormComponentPanel to provide a way for adding a validator and
this error feedback behavior to a container. But it can't be tested simply with
the WicketTester because it can't be started.
We could create a helper panel and test it there. But it would be great if
wicket could support testing this component as easy as panels and pages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.