[ https://issues.apache.org/jira/browse/WICKET-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Baptiste Quenot updated WICKET-370: ---------------------------------------- Fix Version/s: (was: trunk) 1.3.0-beta2 > wicket.jmx.Application.getHomePageClass() returns Application's class name > -------------------------------------------------------------------------- > > Key: WICKET-370 > URL: https://issues.apache.org/jira/browse/WICKET-370 > Project: Wicket > Issue Type: Bug > Components: wicket > Affects Versions: 2.0 branch (discontinued) > Environment: Linux, maven-jetty-plugin 6.1 > Reporter: Martin Grigorov > Assignee: Jean-Baptiste Quenot > Priority: Trivial > Fix For: 1.3.0-beta2 > > > Hi, > There is a typo (copy/paste error) in wicket.jmx.Application: > public String getHomePageClass() throws IOException > { > return application.getClass().getName(); > } > should be: > public String getHomePageClass() throws IOException > { > return application.getHomePage().getName(); > } > Regards > Martin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.