Hi Everyone
I am trying to generate a url using the BookmarkablePageLink. Below is the code 
snippet i use
                PageParameters params = new PageParameters();
                params.add("note", "123456");
                item.add(new BookmarkablePageLink("editLink", Editor.class, new 
PageParameters("note="+snId)));

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.

Thanks
Haritha






      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Reply via email to