URL Binding

2008-03-31 Thread Alan Gutierrez
How do I implement this URL strategy? http://twitter.com/bigeasy Where the page is generated based on a single path parameter? I'm new to Wicket. Where to I look? Alan -- Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428 Think New Orleans | http://thinknola.com/

Re: URL Binding

2008-03-31 Thread Nick Heudecker
mountBookmarkablePage(..) in Application? On Mon, Mar 31, 2008 at 8:48 PM, Alan Gutierrez [EMAIL PROTECTED] wrote: How do I implement this URL strategy? http://twitter.com/bigeasy Where the page is generated based on a single path parameter? I'm new to Wicket. Where to I look? Alan

Re: URL Binding

2008-03-31 Thread Igor Vaynberg
and IndexedUrlCodingStrategy -igor On Mon, Mar 31, 2008 at 7:29 PM, Nick Heudecker [EMAIL PROTECTED] wrote: mountBookmarkablePage(..) in Application? On Mon, Mar 31, 2008 at 8:48 PM, Alan Gutierrez [EMAIL PROTECTED] wrote: How do I implement this URL strategy?

Re: URL Binding

2008-03-31 Thread Igor Vaynberg
cant mount the homepage to / yet, will be available in a later release. so just mount(/foo, getHomePage()) -igor On Mon, Mar 31, 2008 at 7:53 PM, Alan Gutierrez [EMAIL PROTECTED] wrote: Nope. java.lang.IllegalArgumentException: The mount path '/' is reserved for the application home page