[
https://issues.apache.org/jira/browse/WICKET-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605668#action_12605668
]
Gili commented on WICKET-1705:
------------------------------
Please Include GuicePageInjector.java in wicket-guice and insert the following
line in GuiceWebApplicationFactory.java:
app.getSessionSettings().setPageFactory(new GuicePageInjector(injector));
> Wicket pages should be injectable
> ---------------------------------
>
> Key: WICKET-1705
> URL: https://issues.apache.org/jira/browse/WICKET-1705
> Project: Wicket
> Issue Type: New Feature
> Components: wicket-guice
> Affects Versions: 1.3.3
> Reporter: Gili
> Attachments: GuicePageInjector.java
>
>
> Currently Wicket expects a specific signature when constructing new pages.
> Introducing a WebPage factory would enable us to inject pages using Google
> Guice or construct pages with arbitrary constructor signatures.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.