Re: Mounting a parameter on the root url crashes resource location wicket

2015-04-05 Thread Martin Grigorov
Hi, On Mon, Apr 6, 2015 at 2:34 AM, wiseguy2 folarinomotorio...@gmail.com wrote: in my wicket application settings I wish to mount a parameter on the root / like mountPage (Profile.class, /{username}) similar to how twitter and facebook The mount path should be: ${username}. I.e. with a

Re: Gzipping served resources

2015-04-05 Thread Martin Grigorov
Hi, You have asked the same question 2 years ago :-) http://mail-archives.apache.org/mod_mbox/wicket-users/201211.mbox/%3CCALpvOjtq4=hWkLO=ShUBfG7cZFS+yB-XmWgU+worrgYcTk=+3...@mail.gmail.com%3E How does the GZipFilter configuration looks like in your web.xml ? Put a debugger in it and see what

Re: Javascript link to Wicket Page

2015-04-05 Thread Sebastien
Hi Chris, You can get the url of the page you want to point to using RequestCycle.get().urlFor(pageClass, pageParameterOrNullIfNone) Best regards, Sebastien.

Re: Javascript interfers with Wicket Ajax

2015-04-05 Thread Sebastien
Hi Chris, Wicket Ajax functions do not work anymore Did you verify, using firebug or equivalent, that you don't have any javascript errors? Best regards, Sebastien

Re: Gzipping served resources

2015-04-05 Thread Christoph Läubrich
Have you checked that the correct content-type is specified? We use Jetty8 in a project with Wicket6 and serving package resource files gzipped works without a problem. What kind of Packe-Resource-Files do you see not beeing gziped? Can you share Request/Response headers? Am 03.04.2015 23:56,