Code for our app now compiles.  Needed to replace Actor with
LiftActor.  Also, needed to define the messageHandler partial
function.

So, George, I think the answer to your question is:

object LocalSmtp extends Actor

becomes

object LocalSmtp extends LiftActor


Dan

On Oct 22, 11:19 am, Dano <olearydani...@gmail.com> wrote:
> I did a quick check in the lift sources and could not find example or
> test code for the new LiftActors.  Perhaps additions to these areas
> would help those that are trying to convert their Actor code.
>
> Thanks in advance for any help for those still struggling to make the
> conversion.
>
> Dan
>
> On Oct 22, 10:00 am, Dano <olearydani...@gmail.com> wrote:
>
>
>
> > It would be good to have an example like George's verified as it is
> > not clear how to convert our Actor code.
>
> > Dan
>
> > On Oct 22, 4:48 am, george <geo...@mattandgeorge.com> wrote:
>
> > > ok so..
>
> > > object LocalSmtp extends Actor
>
> > > should become
>
> > > object LocalSmtp extends GenericActor[LocalSmtp]
>
> > > ?
--~--~---------~--~----~------------~-------~--~----~
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