interesting idea:
collapse the constant part (component hierarchy path and listener interface) into an interned string list in application shared by all components (application metadata probably). then just encode the wicket listener url as just the index into that list. for degenerate cases where the ui can grow arbitrarily large (not true of most wicket apps), you could limit the size of this string list. this would turn a url like: /wicket/examples/linkomatic/;jsessionid=240331A81323E282FE78E8C8C0DC894F?wicket:interface=:0:actionLink::ILinkListener:: into /wicket/examples/linkomatic/;jsessionid=240331A81323E282FE78E8C8C0DC894F&wicket:url=1 or /wicket/examples/linkomatic/1;jsessionid=240331A81323E282FE78E8C8C0DC894F or whatever... Ritz123 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-tp16972147p16996043.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]
