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

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

2008-05-08 Thread Igor Vaynberg
public abstract class entrypage extends webpage { entrypage() { add(new menu("menu")); } public abstract MenuItem getMenuItem(); } -igor On Thu, May 8, 2008 at 11:25 PM, ArthIT &l

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

2008-05-08 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

n-Level Page Navigation. How to implement?

2008-05-06 Thread ArthIT
PageLink I can override the onClick() Method, but the mountedURLs aren’t forced. Thank you very much for your advices. I hope you can follow my intend. Our project aims to automatically generate WebUIs out of BusinessRules, just for your information ;) -- View this message in context: