Re: RequestUtils.toAbsolutePath()'s bug ?

2009-06-06 Thread smallufo
I don't know if this is related to WICKET-1599 : https://issues.apache.org/jira/browse/WICKET-1599 2008/5/7 smallufo small...@gmail.com Environment : Wicket 1.3.3 Suppose the following code in a bookmarkable page , say FirstPage : When user pushes an AJAX button , the page builds a

RequestUtils.toAbsolutePath()'s bug ?

2008-05-06 Thread smallufo
Environment : Wicket 1.3.3 Suppose the following code in a bookmarkable page , say FirstPage : When user pushes an AJAX button , the page builds a bookmarkable link : MapString , Object parameterMap = new HashMapString , Object(); parameterMap.put(index , myObj.getIndex()); PageParameters pps =