I have a visitor that adds a behavior to all the links on my page.  The
visitor fires onbeforeRender of the page.  The behavior uses the
onComponentTag to prepend some javascript to a link.
This works great.  However lets say I want to update a table via ajax that
has several links in the cells.  After the table has been updated the
javascript is no longer there.  It's like it forgot that my visitor added
the behvior to those links.

Any thoughts?

Reply via email to