Re: [Wicket 8] delete version number in url

2018-06-03 Thread Zala Pierre GOUPIL
n Sun, Jun 3, 2018 at 7:36 PM, Zala Pierre GOUPIL > 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-ve

Re: [Wicket 8] delete version number in url

2018-06-03 Thread Maxim Solodovnik
on 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 migr

[Wicket 8] delete version number in url

2018-06-03 Thread Zala Pierre GOUPIL
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

Re: Delete version number in url

2014-05-16 Thread Pierre Goupil
/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java See also here: http://stackoverflow.com/a/23695514/1039774 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Delete-version-number-in-url-tp4665752p4665874.html Sent from the Users forum

Re: Delete version number in url

2014-05-16 Thread Prag
://stackoverflow.com/a/23695514/1039774 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Delete-version-number-in-url-tp4665752p4665874.html Sent from the Users forum mailing list archive at Nabble.com

Re: Delete version number in url

2014-05-11 Thread Pierre Goupil
/src/main/java/org/apache/openmeetings/web/app/Application.java(NoVersionMapper class) On Sun, May 11, 2014 at 2:01 AM, RedCarpet bluecar...@gmx.com wrote: http://stackoverflow.com/questions/8602489/delete-version-number-in-url describes a solution (see code below) to remove the version

Delete version number in url

2014-05-10 Thread RedCarpet
http://stackoverflow.com/questions/8602489/delete-version-number-in-url describes a solution (see code below) to remove the version number in urls like: http://localhost/MyPage/SubPage?0 But this solution doesn't work anymore since Wicket 6.13+. Is there a way to get this working in 6.15

Re: Delete version number in url

2014-05-10 Thread Maxim Solodovnik
://stackoverflow.com/questions/8602489/delete-version-number-in-url describes a solution (see code below) to remove the version number in urls like: http://localhost/MyPage/SubPage?0 But this solution doesn't work anymore since Wicket 6.13+. Is there a way to get this working in 6.15? Solution