Hi,
In the current version of Exploring Lift Listing 3.20 shows an example of a
custom dispatch function:

LiftRules.dispatch.append {
  case Req(chart :: balances :: endDate :: Nil, _, _) => ...

How does this work? I cannot find a constructor for Req taking these
parameters (a List as first one).

Thanx
-- 
Heiko Seeberger
www.heikoseeberger.name
OSGi on Scala

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

Reply via email to