in MyWebApplication.init() {
  mount(new IndexedParamUrlCodingStrategy("bla", MyPage.class));
}

  Gerolf

On Wed, Feb 27, 2008 at 8:46 PM, Martijn Lindhout <[EMAIL PROTECTED]>
wrote:

> eh... an extra question.
>
> How do I enable the IndexedParamUrlCodingStrategy for only one page?
> According to the docs, I have to override the method in the
> requestCycleProcessor, but then it is active for all request....
>
> 2008/2/27, Martijn Lindhout <[EMAIL PROTECTED]>:
> >
> > thanx!
> >
> > 2008/2/27, Thomas Kappler <[EMAIL PROTECTED]>:
> > >
> > > Hi Martjin,
> > >
> > > Nathan has implemented that in his "Recipe Book" example app:
> > > http://databinder.net/recipe.  Have a look at the first constructor of
> > > RecipeBook.
> > >
> > >
> > > Thomas
> > >
> > >
> > >
> > >
> > > On Wed, Feb 27, 2008 at 4:31 PM, Martijn Lindhout
> > > <[EMAIL PROTECTED]> wrote:
> > > > Hi All,
> > > >
> > > >  How do I mount a friendly URL with a dynamic last part. I.e. I want
> > > the
> > > >  following URL's to be handled by a profile page which contents
> > > depends on
> > > >  the last part. Is this possible?
> > > >
> > > >  http://localhost/myApp/profile/wsmith
> > > >  http://localhost/myApp/profile/stiger
> > > >
> > > >  --
> > > >  Martijn Lindhout
> > > >  JointEffort IT Services
> > > >  http://www.jointeffort.nl
> > > >  [EMAIL PROTECTED]
> > > >  +31 (0)6 18 47 25 29
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Martijn Lindhout
> > JointEffort IT Services
> > http://www.jointeffort.nl
> > [EMAIL PROTECTED]
> > +31 (0)6 18 47 25 29
> >
>
>
>
> --
> Martijn Lindhout
> JointEffort IT Services
> http://www.jointeffort.nl
> [EMAIL PROTECTED]
> +31 (0)6 18 47 25 29
>

Reply via email to