Hi , thanks . But it seems that IndexedParamUrlCodingStrategy only accepts integer parameters. I need String value ...
2010/12/1 Martin Grigorov <[email protected]> > See Indexed** UrlCodingStrategies > > On Wed, Dec 1, 2010 at 11:52 AM, smallufo <[email protected]> wrote: > > > Hi , I wonder how to build an implicit key when a Page is > > mountBookmarkablePage() ? > > > > Suppose I have a TagPage , that accepts a parameter : "name" , and if > the > > TagPage is mounted to "/tag" prefix > > The url will look like : > > http://foobar.com/app/tag/name/abc > > > > I feel the "name" is redundant > > > > I hope I can achieve shorter url like this : > > http://foobar.com/app/tag/abc > > http://foobar.com/app/tag/other > > > > Is is possible ? > > >
