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: Laurentiu Trica [mailto:laurentiu.tr...@finalfolder.biz] 
Sent: Wednesday, July 21, 2010 11:23 AM
To: users@wicket.apache.org
Subject: Clean URLs without /?wicket:interface=:0:::: stuff - is it
possible?

Hello,

I'm rather new to wicket but I'm amazed about it's power.

I still have a bothering question: is it possible to make the website
with
clean URLs?

I mean I want to have the first page like /welcome, the about page like
/about and somehow to get rid of the /?wicket:interface=:0:::: stuff -
this
appears if you click the banner twice, for example...
This is for usability issues as is for SEO reasons.

Thank you in advance.

-- 
Best regards,
Laurentiu Trica

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to