On 10/02/10 9:49 PM, David Pollak wrote:


On Wed, Feb 10, 2010 at 8:13 AM, Adam Warski <a...@warski.org
<mailto:a...@warski.org>> 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]

You probably mean
def lifespan: Box[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 liftweb@googlegroups.com
    <mailto:liftweb@googlegroups.com>.
    To unsubscribe from this group, send email to
    liftweb+unsubscr...@googlegroups.com
    <mailto:liftweb%2bunsubscr...@googlegroups.com>.
    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 lift...@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.

--
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@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