Martin Grigorov created WICKET-6343:
---------------------------------------
Summary: Add hook method for exception handling to StatelessChecker
Key: WICKET-6343
URL: https://issues.apache.org/jira/browse/WICKET-6343
Project: Wicket
Issue Type: Improvement
Components: wicket-devutils
Affects Versions: 8.0.0-M4
Reporter: Martin Grigorov
Assignee: Martin Grigorov
Priority: Minor
>From https://github.com/apache/wicket/pull/215:
{code}
I used StatelessChecker from wicket-devutils, It is verifying whether it is
StatelessPage or not.
Currently, when it is not StatelessPage, StatelessChecker throw exceptions
always.
I logged an error and thought there was a use case I would like to check later.
I implemented a hook method based on #208 feedback and add
StatelessCheckFailureException.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)