Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-370

wicket.jmx.Application.getHomePageClass() returns Application's class name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.0 branch (discontinued)
    • 1.3.0-beta2
    • wicket
    • None
    • Linux, maven-jetty-plugin 6.1

    Description

      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

      Attachments

        Activity

          People

            jbq Jean-Baptiste Quenot
            martin-g Martin Grigorov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: