Re: Best strategy for having login page without navigation

2014-02-07 Thread Martin Grigorov
Hi, The simplest way is to make the navigation invisible: navigation.setVisible(false) Another way is to extract BasePageWithHeader that extends BasePage. Martin Grigorov Wicket Training and Consulting On Fri, Feb 7, 2014 at 1:31 PM, crestfallen torsten.monkow...@gmail.comwrote: Hi, ich

RE: Best strategy for having login page without navigation

2014-02-07 Thread Richter, Marvin
...@apache.org] Sent: Friday, February 07, 2014 2:12 PM To: users@wicket.apache.org Subject: Re: Best strategy for having login page without navigation Hi, The simplest way is to make the navigation invisible: navigation.setVisible(false) Another way is to extract BasePageWithHeader that extends

Re: Best strategy for having login page without navigation

2014-02-07 Thread crestfallen
I did an overwrite for isVisible() on Navbar component. Works for me. Thank you very much for the hint. crestfallen -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Best-strategy-for-having-login-page-without-navigation-tp4664298p4664310.html Sent from the Users forum