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 allow this ... Br's, Marius On Feb 3, 5:15 pm, Heiko Seeberger <[email protected]> wrote: > Hi, > > It looks like the output from fixedRender is always placed below the > one from render. Is there a way to change this? > > Heiko > > -- > Heiko Seeberger > > Work: weiglewilczek.com > Blog: heikoseeberger.name > Follow me: twitter.com/hseeberger > OSGi on Scala: scalamodules.org > Lift, the simply functional web framework: liftweb.net -- 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.
