A "poor man's solution" could be:

You could rewrite your URL through e.g. a front-end apache and mod_rewrite.

response: convert any occurrence of '?wicket' to '?foobar' in url
request: convert '?foobar' to '?wicket'



Am 30.04.2008 um 03:57 schrieb Johan Compagner:

Currently it is not easy to get wicket out of all the urls. This
prefix is a static final that is used on many places, i want to make
that configurable in a next release.

By default wicket will generate  relative paths. You can get a
absolute one with i believe RequestUtils. But this is still without
host/port i think, why do you want that? For generating emails or
something like that?

On 4/30/08, Ritz123 <[EMAIL PROTECTED]> wrote:

Hi,

Was wondering if its possible to hide "wicket" name from the URLs (stateless and stateful). One might not want to show their end users that wicket is
being used behind the scenes.

Also I noticed even if page has bookmarkable links - the links show relative ../../../../mount/params!! Is there anyway to have complete(absolute urls)
with the hostname?
--
View this message in context:
http://www.nabble.com/Is-it-possible-to-hide---wicket%3A..-from-the-URLs-tp16972147p16972147.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to