On Wed, Jan 20, 2010 at 9:55 AM, Donald McLean <[email protected]> wrote:
> Yes, that was simple. Thank you, David. > > I actually planned on redrawing only on change - I just hadn't gotten > that far yet. > Okay. Also, for such a small component, you might just want to do a "reRender(false)" rather than partial update. Anything that fits into 1 MTU (about 1,500 bytes) is not worth optimizing. > > On Wed, Jan 20, 2010 at 12:30 PM, David Pollak > <[email protected]> wrote: > > The problem is very simple. You're only binding to the <srvstat:up/> > tag. > > Please update: > > > > bind("up" -> upText, "down" -> downText) > > > > With that being said, polling for changes doesn't make much sense. I'd > > suggest only redrawing when you get a message that a server has gone > > up/down. > > -- > Family photographs are a critical legacy for > ourselves and our descendants. Protect that > legacy with a digital backup and recovery plan. > > Join the photo preservation advocacy Facebook group: > http://www.facebook.com/home.php?ref=logo#/group.php?gid=148274709288 > > -- > 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]<liftweb%[email protected]> > . > 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 [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.
