Hi,

i have a strange behavior with the MountPath in wicketstuff-annotation. Annotated my page with @MountPath(path="ShowWelcomePage.html", alt={"index", "index.html", "index.php", "index.jsp"})

If i call my welcome page (http://localhost:8080) i get http://localhost:8080/index.php If i change alt to ("index", "index.html", "index.php", "index.zsp") i get http://localhost:8080/index.zsp
What i expected was http://localhost:8080/ShowWelcomePage.html.

Is it a bug or a feature? Can i achieve my goal?

Thanks
Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to