Hi all,
I have guice integrated in my wicket app, and it worked fine until I
tried to inject a page, when I received
java.lang.IllegalArgumentException: Protected method:
checkHierarchyChange(Lorg/apache/wicket/Component;)
Now, I assume this is because of guice integration pitfall
<https://cwiki.apache.org/WICKET/guice-integration-pitfall.html>, as I
clearly cannot use interfaces here, but the proposed solution (with
deprecated protected no-arg constructor) doesn`t help me here. Any idea
how to get around this?
Thanks in advance,
Dan
- Wicket pages created by guice Dan Griffin
-