[Lift] stable identifier required - problems with rewriting requests

2009-12-18 Thread ortis
i have problem with rewriting if i do something like this LiftRules.rewrite.append { case RewriteRequest(ParsePath(List(Documents), _, _, _), _, _) = RewriteResponse(List(Documents, VZN )) } evrything works fine but if i do val

Re: [Lift] stable identifier required - problems with rewriting requests

2009-12-18 Thread David Pollak
For stable identifers, see the Scala Language Specification, section 8.1.4: http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaReference.pdf You can also see this discussion: http://old.nabble.com/About-Class-Type-match-td22309426.html Short answer is that you