On Tue, Aug 18, 2009 at 9:15 AM, glenn <gl...@exmbly.com> wrote:

>
> David,
>
> I just ran the basic from SNAPSHOTS and Boot.scala still has


What did you type at the command line?


>
>
> private def makeUtf8(req: HttpServletRequest) {
>    req.setCharacterEncoding("UTF-8")
>  }
>
> in Boot.scala.
>
> Glenn...
>
>
>
> On Aug 17, 10:10 am, David Pollak <feeder.of.the.be...@gmail.com>
> wrote:
> > On Mon, Aug 17, 2009 at 9:42 AM, glenn <gl...@exmbly.com> wrote:
> >
> > > Is anyone planning on fixing the archetype snapshots to add
> > > this change, and "import provider._"  in  Boot.scala.
> >
> > I'm able to create a new "Basic" Lift app from archetypes... and it works
> > just fine.  Can you tell us what command you typed to get an archetype
> that
> > did not work?
> >
> >
> >
> >
> >
> > > Thanks in advance,
> >
> > > Glenn...
> >
> > > On Aug 10, 10:36 am, "marius d." <marius.dan...@gmail.com> wrote:
> > > > Your makeUTF8 should look like this:
> >
> > > >   private def makeUtf8(req: HTTPRequest): Unit =
> > > > {req.setCharacterEncoding("UTF-8")}
> >
> > > > just use HTTPRequest instead of HttpServletRequest.
> >
> > > > Br's,
> > > > Marius
> >
> > > > On Aug 10, 7:49 pm, glenn <gl...@exmbly.com> wrote:
> >
> > > > > I just got a type mismatch found error in LiftRules.early.append
> > > > > (makeUtf8) in Boot.scala.
> >
> > > > > It's now looking for an net.liftweb.http.provider.HTTPRequest
> instead
> > > > > of a javax.servlet.http.HttpServletRequest.
> >
> > > > > Is this a new change, and if so, where is the
> > > > > net.liftweb.http.provider package?
> >
> > > > > Glenn...
> >
> > --
> > Lift, the simply functional web frameworkhttp://liftweb.net
> > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > Follow me:http://twitter.com/dpp
> > Git some:http://github.com/dpp
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

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