I get

error: Misc is not a member of net.liftweb.util

when I try that.  I don't see the Misc class/object in the API docs
either.  Is there anything else I should try?

Thanks

On Oct 14, 7:26 pm, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> On Wed, Oct 14, 2009 at 7:09 PM, Chris <coldfusio...@gmail.com> wrote:
>
> > Ack...that should have been
>
> > case JsonCmd("processForm", _, p: Map[String, String], _) =>
>
> import net.liftweb.util.Misc
>
>
>
>
>
> > On Oct 14, 6:53 pm, Chris <coldfusio...@gmail.com> wrote:
> > > Hi all,
>
> > > I'm trying to get 1.1-M6 working, and I am unable to compile as
> > > JsonCmd seems to have disappeared.  It isn't in the scaladoc, and
> > > AFAICT was deleted in this commit
>
> > >http://github.com/dpp/liftweb/commit/4dce48dfe938b92ae2ed50445dab1f4c...
>
> > > and it doesn't seem to have been replaced anywhere.  I note that
> > > JsonCmd is still referenced in S.scala at line 1720 in what seems to
> > > be the latest version at
>
> > >http://github.com/dpp/liftweb/blob/6c0b8fcdcdcd7c8d13611965704ae67bd2...
>
> > > I'm using some code from the Lift book:
>
> > >   object json extends JsonHandler {
> > >     def apply(in: Any): JsCmd = {
> > >       in match {
> > >         case JsonCall("processForm", _, p: Map[String, String], _) =>
> > > {
> > >           /* etc */
>
> > > How do I fix this?
>
> > > Thanks
>
> > > Chris
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://www.apress.com/book/view/1430219890
> Follow me:http://twitter.com/dpp
> Surf the harmonics

--~--~---------~--~----~------------~-------~--~----~
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