Re: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-23 Thread shetc
+1 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Clean-URLs-without-wicket-interface-0-stuff-is-it-possible-tp2297274p2300069.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-22 Thread Laurentiu Trica
Thank you, I'll have a look at these suggestions. On Wed, Jul 21, 2010 at 7:23 PM, Jeffrey Schneller jeffrey.schnel...@envisa.com wrote: Look into page mounting, BookmarkablePageLink mount(new BookmarkablePageRequestTargetUrlCodingStrategy(nicename, your.package.PageName.class, null));

Re: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-22 Thread Josh Kamau
Laurentiu Trica,I would highly recommend that you get wicket in action book. Wicket has very many cool features. URL mapping is just one of them. To avoid making obvious mistakes, its a good idea to have a big picture of the entire framework. This will help you make informed design decisions

Re: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-21 Thread MZemeck
https://cwiki.apache.org/WICKET/url-coding-strategies.html Laurentiu Trica laurentiu.tr...@finalfolder.biz 07/21/2010 11:24 AM Please respond to users@wicket.apache.org To users@wicket.apache.org cc Subject Clean URLs without /?wicket:interface=:0 stuff - is it possible? Hello,

RE: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-21 Thread Jeffrey Schneller
Look into page mounting, BookmarkablePageLink mount(new BookmarkablePageRequestTargetUrlCodingStrategy(nicename, your.package.PageName.class, null)); BookmarkablePageLink nicenameLink = new BookmarkablePageLink(nicename_link, your.package.PageName.class); -Original Message- From: