[
https://issues.apache.org/jira/browse/WICKET-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg reassigned WICKET-2010:
-------------------------------------
Assignee: Jeremy Thomerson
> InspectorPage doesn't show component tree
> -----------------------------------------
>
> Key: WICKET-2010
> URL: https://issues.apache.org/jira/browse/WICKET-2010
> Project: Wicket
> Issue Type: Bug
> Components: wicket-examples
> Affects Versions: 1.4-RC1
> Reporter: Juergen Donnerstag
> Assignee: Jeremy Thomerson
> Priority: Minor
>
> public InspectorPage(final PageParameters parameters)
> {
> add(new ApplicationView("application", Application.get()));
> add(new SessionView("session", Session.get()));
> IPageMapEntry entry = null;
> try
> {
> entry =
> getPageMap().getEntry(parameters.getInt("pageId"));
> }
> entry seems always to return null, thus the list of components is never shown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.