On Wed, Feb 10, 2010 at 8:13 AM, Adam Warski <[email protected]> wrote:
> Hello,
>
> > Yes, in fact there is a timespan method in CometActor. You should be
> using Lift 2.0-M1 or 2.0-SNAPSHOT.
>
> I'm using 2.0-SNAPSHOT:
>
> class Test extends CometActor {
> def render = NodeSeq.Empty
> override def timespan = 0
> }
>
> error: method timespan overrides nothing
> override def timespan = 0
> ^
> one error found
>
> same for timeSpan.
>
Yep, override def timespan: Int does if fact override nothing... please
look at my mail. The method to override is def timespan:
Box[Helpers.TimeSpan]
>
> --
> Adam Warski
> http://www.warski.org
> http://www.softwaremill.eu
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<liftweb%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.