I have the following method in a CometActor

override def highPriority = {
    case Tick(page) => {
      pages = processPages(pages,page)
      reRender(false)
    }
  }

where pages is a list of Page objects.

How do I make this into a partialUpdate. I looked at the chat example
but do not see how to do it in this case.

--

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