Hello, What is the best way to execute some Javascript code when components of type IMyPanel render?
I was hoping that I could use Application#addPostComponentOnBeforeRenderListener(..) and add a listener that would add a behavior to each component of IMyPanel type. The behavior would then execute append some Javascript in onComponentTag() method. However, I can't seem to find the right type of behavior to attach or maybe I should use a different Application#addXXXListener(..) method. Please help. Thanks, Alec --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
