On Mar 1, 5:10 pm, Jeppe Nejsum Madsen <[email protected]> wrote:
> Ahh yes, the example was from a Loc rewrite, The principle is the same I
> guess, you should be able to do something like this:
>
> case RewriteRequest(ParamsExtractor(account,orgUnit) , _, _) =>
>   RewriteResponse(path, Map("account" -> account, "orgUnit" -> orgUnit))
>
> The important part is the extractor which takes care of parsing the
> request into meaningful values...
>
> /Jeppe

  Got it, thanks for your reply.

  I'll  try it later.

  :)

Cheers,
  Neil

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to