Re: MixedParamUrlCodingStrategy and form submit

2011-09-20 Thread Igor Vaynberg
havent used that strategy myself, so no clues. had this been 1.5.x id be able to help more. debug and see why you are getting the wrong path. -igor On Tue, Sep 20, 2011 at 10:47 PM, Alexander Gubin wrote: > so, Igor, any clues? > > On Sep 19, 2011, at 8:56 AM, Alexander Gubin wrote: > >> 1.4.18

Re: MixedParamUrlCodingStrategy and form submit

2011-09-20 Thread Alexander Gubin
so, Igor, any clues? On Sep 19, 2011, at 8:56 AM, Alexander Gubin wrote: > 1.4.18 > > > On 09/16/2011 04:26 PM, Igor Vaynberg wrote: >> what version of wicket? >> >> -igor >> >> On Thu, Sep 15, 2011 at 3:08 PM, Alexander Gubin >> wrote: >>> Googled around, but no clear answer: >>> >>> In m

Re: MixedParamUrlCodingStrategy and form submit

2011-09-19 Thread Alexander Gubin
1.4.18 On 09/16/2011 04:26 PM, Igor Vaynberg wrote: what version of wicket? -igor On Thu, Sep 15, 2011 at 3:08 PM, Alexander Gubin wrote: Googled around, but no clear answer: In my app I mount a page like this: mount(new MixedParamUrlCodingStrategy("/store/product", ItemPage.class, new St

Re: MixedParamUrlCodingStrategy and form submit

2011-09-16 Thread Igor Vaynberg
what version of wicket? -igor On Thu, Sep 15, 2011 at 3:08 PM, Alexander Gubin wrote: > Googled around, but no clear answer: > > In my app I mount a page like this: > > mount(new MixedParamUrlCodingStrategy("/store/product", ItemPage.class, new > String[]{"itemId", "itemName"})); > > which gives

Re: MixedParamUrlCodingStrategy and form submit

2011-09-16 Thread Alexander Gubin
turns out that error() and info() calls from onSubmit method send me to the wrong path too I appreciate any ideas on solving this On 09/15/2011 03:08 PM, Alexander Gubin wrote: Googled around, but no clear answer: In my app I mount a page like this: mount(new MixedParamUrlCodingStrategy("/

MixedParamUrlCodingStrategy and form submit

2011-09-15 Thread Alexander Gubin
Googled around, but no clear answer: In my app I mount a page like this: mount(new MixedParamUrlCodingStrategy("/store/product", ItemPage.class, new String[]{"itemId", "itemName"})); which gives me a URL store/product/45336/some-name I have a form on the resulting page, which on submit send