n-Level Page Navigation

2009-07-06 Thread Ivan U. Dudko
Hi everybody! I am new to Wicket. And try to write app with n-level menu. I am found the message of Igor Vaynberg. http://mail-archives.apache.org/mod_mbox/wicket-users/200805.mbox/%3c23eb48360805082351p3b52963cic0b69f29e2011...@mail.gmail.com%3e I am trying to implement his example, but i am

Re: n-Level Page Navigation. How to implement?

2008-05-09 Thread ArthIT
Nobody has a hint? -- View this message in context: http://www.nabble.com/n-Level-Page-Navigation.-How-to-implement--tp17083157p17142043.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: n-Level Page Navigation. How to implement?

2008-05-09 Thread Igor Vaynberg
webpage { entrypage() { add(new menu(menu)); } public abstract MenuItem getMenuItem(); } -igor On Thu, May 8, 2008 at 11:25 PM, ArthIT [EMAIL PROTECTED] wrote: Nobody has a hint? -- View this message in context: http://www.nabble.com/n-Level-Page-Navigation.-How-to-implement

Re: n-Level Page Navigation. How to implement?

2008-05-09 Thread ArthIT
Thank you very much igor! I'll try this today. igor.vaynberg wrote: you will have to fill in some blanks ... -- View this message in context: http://www.nabble.com/n-Level-Page-Navigation.-How-to-implement--tp17083157p17142586.html Sent from the Wicket - User mailing list archive