Re: [Lift] Re: CometActor.fixedRender always below render?

2010-02-03 Thread David Pollak
On Wed, Feb 3, 2010 at 7:27 AM, Marius wrote: > Technically you could override : > > def toJavaScript(session: LiftSession, displayAll: Boolean): JsCmd > > from CometActor, but you'd probably loose important things that Lift > does for you there. You could call super but I don't think that it > w

[Lift] Re: CometActor.fixedRender always below render?

2010-02-03 Thread Heiko Seeberger
On Wednesday, February 3, 2010, Marius wrote: > Technically you could override : > > def toJavaScript(session: LiftSession, displayAll: Boolean): JsCmd > > from CometActor, but you'd probably loose important things that Lift > does for you there. You could call super but I don't think that it > wo

[Lift] Re: CometActor.fixedRender always below render?

2010-02-03 Thread Marius
Technically you could override : def toJavaScript(session: LiftSession, displayAll: Boolean): JsCmd from CometActor, but you'd probably loose important things that Lift does for you there. You could call super but I don't think that it would be very helpful. Perhaps we should add an easy way to