> > I have a View which render slots of my object. > I modify slots values of this object. Did the View could be refresh ? > (at least when a next client<->server communication is done)
Yes, of course. You just need to call (mark-dirty 'your-dataform) after updating the object. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" 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/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
