Thanks for the response. The ticket number is 144 and here is the link
> fixed.
>
> On Thu, Oct 29, 2009 at 2:27 PM, andythedestroyer <
>
>
>
>
>
>
andythedestro...@gmail.com> wrote:
>
> > Hello,
>
> > I am creating a rest api for an app and am having trouble extracting a
> > var from the matched request.
>
> > Object MyApi extends XMLHelperApi {
> > def dispatch : LiftRules.DispatchPF = {
> > case Req(List("api","package", packageName), _, GetRequest)
> > =>
> > () => myMethodThatDoesSomething(packageName)
> > }
> > }
>
> > The packageName variable is in the form similar but not exactly like
> > java package names ( my.company.package:key=value )
>
> > so the rest url would be
>
> >
http://domain.com/api/package/my.company.package%3Akey%3Dvalue
>
> > This should work and the package var in my case expression should be
> > "my.company.package:key=value" but it is just "my".
>
> > I have gone through "The Definitive Guide to Lift" and the group
> > postings but have had no luck so far. I know this should be easy and I
> > am just missing something.
>
> > Thanks
> > Andy
>
> --
> Lift, the simply functional web frameworkhttp://
liftweb.net