Thank you for your very detailed answer!

Heiko

2009/10/26 David Pollak <feeder.of.the.be...@gmail.com>

> There are parts of a comet component that may not change on every "render"
> of the component.  For example, if a Chat component were to re-render its
> whole self on every chat message, the input box would be re-rendered,
> erasing any in-process input.  So, there's a fixed part of the the comet
> component and a "changes a lot" part of the comet component.  By default
> (reRender(false)) only the "non-fixed" part of the component is
> re-rendered.  Does this answer your question?
>
>
> On Mon, Oct 26, 2009 at 12:53 AM, Heiko Seeberger <
> heiko.seeber...@googlemail.com> wrote:
>
>> Hi,
>>
>> In CometActor, what's the puropse of fixedRender? What's the
>> difference/relation to render?
>>
>> Thanks
>>
>> Heiko
>>
>> --
>>
>> My job: weiglewilczek.com
>> My blog: heikoseeberger.name
>> Follow me: twitter.com/hseeberger
>> OSGi on Scala: scalamodules.org
>> Lift, the simply functional web framework: liftweb.net
>>
>>
>>
>
>
> --
> 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
>
> >
>


-- 
Heiko Seeberger

My job: weiglewilczek.com
My 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 liftweb@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