Stephen Compall <[email protected]> writes: [...] > However, I still need tree walking to touch them. Why? Because when an > admin logs out, those interval browsers respond by hiding the editing > buttons, select boxes, etc. Auth-based transitions happen all over the > place, so they are implemented with a tree walk. My dataforms tend to > respond by rechecking the editing-allowed? GF I defined and switching > back to data mode (and rerendering) if there was a true->false > transition. The property listings respond by showing or hiding the view > stats widget.
That's interesting -- why do you perform these changes in a tree walk? I do this while rendering: a credentials check determines whether an "Edit" action link will be generated and rendered. --J. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
