Re: BookmarkablePageLink giving a different URL

2008-01-04 Thread Haritha Juturu
, PackageName packageName) Thanks Haritha - Original Message From: Johan Compagner <[EMAIL PROTECTED]> To: users@wicket.apache.org Sent: Thursday, January 3, 2008 10:04:39 PM Subject: Re: BookmarkablePageLink giving a different URL Dont use query string but use the normal mounting

Re: BookmarkablePageLink giving a different URL

2008-01-03 Thread Johan Compagner
Dont use query string but use the normal mounting Query string does exactly what it says it does it builds a query string for params On 1/3/08, David Shepherdson <[EMAIL PROTECTED]> wrote: > On 3 Jan 2008, at 5.07 pm, Haritha Juturu wrote: > > > I would like to get a url similar to"/editor?not

Re: BookmarkablePageLink giving a different URL

2008-01-03 Thread Haritha Juturu
008 9:43:22 AM Subject: RE: BookmarkablePageLink giving a different URL doesn't this work? new BookmarkablePageLink("yourLink", Editor.class).setParameter("note", "123456") -Original Message- From: Haritha Juturu [mailto:[EMAIL PROTECTED] Sent: Thursday, Janu

RE: BookmarkablePageLink giving a different URL

2008-01-03 Thread William Hoover
--- From: David Shepherdson <[EMAIL PROTECTED]> To: users@wicket.apache.org Sent: Thursday, January 3, 2008 9:19:35 AM Subject: Re: BookmarkablePageLink giving a different URL On 3 Jan 2008, at 5.07 pm, Haritha Juturu wrote: > I would like to get a url similar to"/editor?note=1

Re: BookmarkablePageLink giving a different URL

2008-01-03 Thread Haritha Juturu
ROTECTED]> To: users@wicket.apache.org Sent: Thursday, January 3, 2008 9:19:35 AM Subject: Re: BookmarkablePageLink giving a different URL On 3 Jan 2008, at 5.07 pm, Haritha Juturu wrote: > I would like to get a url similar to"/editor?note=123456" > > But when i execute t

Re: BookmarkablePageLink giving a different URL

2008-01-03 Thread David Shepherdson
On 3 Jan 2008, at 5.07 pm, Haritha Juturu wrote: I would like to get a url similar to"/editor?note=123456" But when i execute this code i get "/editor/note/123456" Can anyone tell me how i can get the format that i would like. I believe you can do this by mounting the page using a Query