Re: [Wicket-user] navigation q. - newbie

2005-06-29 Thread Gili
Thank you. Gili Norbert Sándor wrote: It is described at http://wicket.sourceforge.net/wiki/index.php/Tags Br, Norbi - Original Message - From: "Gili" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 29, 2005 6:31 PM Subject: Re: [Wicket-user] navigation q. -

Re: [Wicket-user] navigation q. - newbie

2005-06-29 Thread Norbert Sándor
It is described at http://wicket.sourceforge.net/wiki/index.php/Tags Br, Norbi - Original Message - From: "Gili" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 29, 2005 6:31 PM Subject: Re: [Wicket-user] navigation q. - newbie Since when do we have and what d

Re: [Wicket-user] navigation q. - newbie

2005-06-29 Thread Gili
t-user@lists.sourceforge.net <mailto:wicket-user@lists.sourceforge.net> *Sent:* Wednesday, June 29, 2005 5:27 PM *Subject:* Re: [Wicket-user] navigation q. - newbie how do you go back to that page? but saying: setResponsePage(new MyPage()); then you will have a new instance of mypage w

Re: [Wicket-user] navigation q. - newbie

2005-06-29 Thread Norbert Sándor
I go back using the links of my border component:   home another Norbi - Original Message - From: Johan Compagner To: wicket-user@lists.sourceforge.net Sent: Wednesday, June 29, 2005 5:27 PM Subject: Re: [Wicket-user] navigation q. - newbie how

Re: [Wicket-user] navigation q. - newbie

2005-06-29 Thread Johan Compagner
how do you go back to that page? but saying: setResponsePage(new MyPage()); then you will have a new instance of mypage with the link instead of label. if you are having MyPage1 and MyPage2 (where you go to from mypage1 that has the link replaced) and if you want to go to the same instance the

Re: [Wicket-user] navigation q. - newbie

2005-06-29 Thread Norbert Sándor
9, 2005 5:02 PM Subject: Re: [Wicket-user] navigation q. - newbie Norbert, not sure why you want to change it to a label? Links have already the ability to change there style (kind of become a label), in case the link points to the page currently on the screen. Please see the navmenu example. I

Re: [Wicket-user] navigation q. - newbie

2005-06-29 Thread Juergen Donnerstag
Norbert, not sure why you want to change it to a label? Links have already the ability to change there style (kind of become a label), in case the link points to the page currently on the screen. Please see the navmenu example. Is that what you try to do or are I'm misunderstanding you? Juergen