RE: BookmarkablePageLink works differently in 1.5?

2011-09-23 Thread Chris Colman
: BookmarkablePageLink works differently in 1.5? mountmapper also uses pageparameters, can you not mount your pages? -igor On Tue, Sep 20, 2011 at 6:31 PM, Chris Colman chr...@stepaheadsoftware.com wrote: It looks like the parameter encoding/decoding is all done via the interface: IPageParametersEncoder

RE: BookmarkablePageLink works differently in 1.5?

2011-09-22 Thread Chris Colman
to be in 1.4) and the real value. -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Wednesday, 21 September 2011 12:25 PM To: users@wicket.apache.org Subject: Re: BookmarkablePageLink works differently in 1.5? mountmapper also uses pageparameters, can you not mount your

Re: BookmarkablePageLink works differently in 1.5?

2011-09-22 Thread Igor Vaynberg
@wicket.apache.org Subject: Re: BookmarkablePageLink works differently in 1.5? mountmapper also uses pageparameters, can you not mount your pages? -igor On Tue, Sep 20, 2011 at 6:31 PM, Chris Colman chr...@stepaheadsoftware.com wrote: It looks like the parameter encoding/decoding is all done via

RE: BookmarkablePageLink works differently in 1.5?

2011-09-21 Thread Chris Colman
(where the name used to be in 1.4) and the real value. -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Wednesday, 21 September 2011 12:25 PM To: users@wicket.apache.org Subject: Re: BookmarkablePageLink works differently in 1.5? mountmapper also uses

Re: BookmarkablePageLink works differently in 1.5?

2011-09-21 Thread Martin Grigorov
the name used to be in 1.4) and the real value. -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Wednesday, 21 September 2011 12:25 PM To: users@wicket.apache.org Subject: Re: BookmarkablePageLink works differently in 1.5? mountmapper also uses pageparameters, can

RE: BookmarkablePageLink works differently in 1.5?

2011-09-21 Thread Chris Colman
...@gmail.com] Sent: Wednesday, 21 September 2011 12:25 PM To: users@wicket.apache.org Subject: Re: BookmarkablePageLink works differently in 1.5? mountmapper also uses pageparameters, can you not mount your pages? -igor On Tue, Sep 20, 2011 at 6:31 PM, Chris Colman chr...@stepaheadsoftware.com

RE: BookmarkablePageLink works differently in 1.5?

2011-09-21 Thread Chris Colman
@wicket.apache.org Subject: RE: BookmarkablePageLink works differently in 1.5? i meant: mount(new MountedMapper(/content/home, HomePage.class, new MyCustomPageParameterEncoder()); -igor Arh! I didn't think of that. Would the PageParameterEncoder passed into the MountedMapper be used by any

Re: BookmarkablePageLink works differently in 1.5?

2011-09-21 Thread Martin Grigorov
the links looked normal with no ../../ and / Any ideas what might be causing this? -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Wednesday, 21 September 2011 4:17 PM To: users@wicket.apache.org Subject: RE: BookmarkablePageLink works differently in 1.5

RE: BookmarkablePageLink works differently in 1.5?

2011-09-21 Thread Chris Colman
be causing this? -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Wednesday, 21 September 2011 4:17 PM To: users@wicket.apache.org Subject: RE: BookmarkablePageLink works differently in 1.5? i meant: mount(new MountedMapper(/content/home, HomePage.class

RE: BookmarkablePageLink works differently in 1.5?

2011-09-21 Thread Chris Colman
September 2011 9:53 PM To: users@wicket.apache.org Subject: Re: BookmarkablePageLink works differently in 1.5? maybe it is because of the placeholders in the mount path. remove them and use just the API for indexed parameters to set/get them. On Wed, Sep 21, 2011 at 2:40 PM, Chris Colman chr

RE: BookmarkablePageLink works differently in 1.5?

2011-09-20 Thread Chris Colman
...@stepaheadsoftware.com] Sent: Wednesday, 21 September 2011 11:14 AM To: users@wicket.apache.org Subject: BookmarkablePageLink works differently in 1.5? It seems that in Wicket 1.5 BookmarkablePageLink's produce URLs that employ query parameters Eg., ?name1=value1name2=value2 instead of the directory style

Re: BookmarkablePageLink works differently in 1.5?

2011-09-20 Thread Igor Vaynberg
? Could the setting of the IPageParameterEncoder implementation be an application or page setting? -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Wednesday, 21 September 2011 11:14 AM To: users@wicket.apache.org Subject: BookmarkablePageLink works

RE: BookmarkablePageLink works differently in 1.5?

2011-09-20 Thread Chris Colman
: Wednesday, 21 September 2011 12:25 PM To: users@wicket.apache.org Subject: Re: BookmarkablePageLink works differently in 1.5? mountmapper also uses pageparameters, can you not mount your pages? -igor On Tue, Sep 20, 2011 at 6:31 PM, Chris Colman chr...@stepaheadsoftware.com wrote: It looks like

Re: BookmarkablePageLink works differently in 1.5?

2011-09-20 Thread Igor Vaynberg
: BookmarkablePageLink works differently in 1.5? mountmapper also uses pageparameters, can you not mount your pages? -igor On Tue, Sep 20, 2011 at 6:31 PM, Chris Colman chr...@stepaheadsoftware.com wrote: It looks like the parameter encoding/decoding is all done via the interface