Re: PageParameters and setResponsePage()

2011-05-05 Thread Martin Grigorov
I can only suggest you to use Wicket 1.5. In current trunk MountedMapper supports all of this - named, indexed and optional parameters. See http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/test/java/org/apache/wicket/request/mapper/MountedMapperTest.java?view=markup for examples On Thu,

Re: PageParameters and setResponsePage()

2011-05-05 Thread Peter Miklosko
Thank you for the tip Martin. Sorry to ask silly question, but where can I find API for 1.5-M3? I found this http://www.jarvana.com/jarvana/view/org/apache/wicket/wicket/1.5-M3/wicket-1.5-M3-javadoc.jar!/index.html but it is missing some classes like for example PageParameters. Or it is best to

Re: PageParameters and setResponsePage()

2011-05-05 Thread Martin Grigorov
Download the jar from Maven repos. Latest version is RC3, not M3. On Thu, May 5, 2011 at 11:17 AM, Peter Miklosko peter.b...@gmail.com wrote: Thank you for the tip Martin. Sorry to ask silly question, but where can I find API for 1.5-M3? I found this

Re: PageParameters and setResponsePage()

2011-05-05 Thread Peter Miklosko
I downloaded RC3, but even after building API from source (mvn javadoc:javadoc) when I open documentation in wicket-core/target/site/apidoc there is no package parameters inside org.apache.wicket.request.mapper and because of that no PageParameters class documentation. Any suggestions? Peter On

Re: PageParameters and setResponsePage()

2011-05-05 Thread Martin Grigorov
it is in wicket-request.jar On Thu, May 5, 2011 at 1:47 PM, Peter Miklosko peter.b...@gmail.com wrote: I downloaded RC3, but even after building API from source (mvn javadoc:javadoc) when I open documentation in wicket-core/target/site/apidoc there is no package parameters inside

Re: PageParameters and setResponsePage()

2011-05-05 Thread Peter Miklosko
God damn it so complicated... ;) Thank you for all your help Martin! Peter On 5 May 2011 12:51, Martin Grigorov mgrigo...@apache.org wrote: it is in wicket-request.jar On Thu, May 5, 2011 at 1:47 PM, Peter Miklosko peter.b...@gmail.com wrote: I downloaded RC3, but even after building API

Re: PageParameters and setResponsePage()

2011-05-05 Thread Martin Grigorov
Using Maven/Ivy/Gradle/Buildr/... helps a lot these days ;-) On Thu, May 5, 2011 at 1:54 PM, Peter Miklosko peter.b...@gmail.com wrote: God damn it so complicated... ;) Thank you for all your help Martin! Peter On 5 May 2011 12:51, Martin Grigorov mgrigo...@apache.org wrote: it is in

PageParameters and setResponsePage()

2011-05-04 Thread Peter Miklosko
We are using MixedParamUrlCodingStrategy to create user/SEO friendly URLs for booking website. The booking can have two different types as fixed or flexible that do share some parameters, but not stuff like time periods. From what I read in API it is my understanding that if some of the parameters

Re: PageParameters and setResponsePage()

2011-05-04 Thread Peter Miklosko
Isn't my question clear or just nobody wants to get into mud of long explanation? Peter On 4 May 2011 16:04, Peter Miklosko peter.b...@gmail.com wrote: We are using MixedParamUrlCodingStrategy to create user/SEO friendly URLs for booking website. The booking can have two different types as