You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Zala Pierre GOUPIL <go...@gmail.com> on 2018/06/03 12:36:09 UTC

[Wicket 8] delete version number in url

All,

There are a number of solutions around to remove the version number part of
the browser URL, for instance here:

https://stackoverflow.com/questions/8602489/delete-version-number-in-url

Unfortunately, I haven't figured out a Wicket 8 way of doing this: my
modification of the code doesn't do the trick for 8.0.0. The migration
guide has helped me to compile it but it doesn't work: in particular, my
Ajax calls are stopped.

Any ideas, please?



-- 
Je n'aime pas seulement ma vie, mais aussi celle des autres.

(Blade Runner)

Re: [Wicket 8] delete version number in url

Posted by Zala Pierre GOUPIL <go...@gmail.com>.
It does work! Thanks! I'll update SO as well!

On Sun, Jun 3, 2018 at 2:53 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> This code https://github.com/apache/openmeetings/blob/master/
> openmeetings-web/src/main/java/org/apache/openmeetings/
> web/app/Application.java#L314
> Works for me
>
> On Sun, Jun 3, 2018 at 7:36 PM, Zala Pierre GOUPIL
> <go...@gmail.com> wrote:
> > All,
> >
> > There are a number of solutions around to remove the version number part
> of
> > the browser URL, for instance here:
> >
> > https://stackoverflow.com/questions/8602489/delete-version-number-in-url
> >
> > Unfortunately, I haven't figured out a Wicket 8 way of doing this: my
> > modification of the code doesn't do the trick for 8.0.0. The migration
> > guide has helped me to compile it but it doesn't work: in particular, my
> > Ajax calls are stopped.
> >
> > Any ideas, please?
> >
> >
> >
> > --
> > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> >
> > (Blade Runner)
>
>
>
> --
> WBR
> Maxim aka solomax
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Je n'aime pas seulement ma vie, mais aussi celle des autres.

(Blade Runner)

Re: [Wicket 8] delete version number in url

Posted by Maxim Solodovnik <so...@gmail.com>.
This code https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java#L314
Works for me

On Sun, Jun 3, 2018 at 7:36 PM, Zala Pierre GOUPIL
<go...@gmail.com> wrote:
> All,
>
> There are a number of solutions around to remove the version number part of
> the browser URL, for instance here:
>
> https://stackoverflow.com/questions/8602489/delete-version-number-in-url
>
> Unfortunately, I haven't figured out a Wicket 8 way of doing this: my
> modification of the code doesn't do the trick for 8.0.0. The migration
> guide has helped me to compile it but it doesn't work: in particular, my
> Ajax calls are stopped.
>
> Any ideas, please?
>
>
>
> --
> Je n'aime pas seulement ma vie, mais aussi celle des autres.
>
> (Blade Runner)



-- 
WBR
Maxim aka solomax

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