Hello, i got the following stituation at hand for which i search for a workable solution.
The construct in the html-template looks like the following: <div jwcid="@Any" id="ognl:wrapper1"> <table> <div jwcid="rowcomponent_1"/> [...] <div jwcid="rowcomponent_n"/> </table> </div> <div jwcid="@Any" id="ognl:wrapper2"> <table> [...] </table> </div> Each of the row components generates it's unique set of ids for it's subcomponents like PropertySelections, TextFields or Checkboxes. In the Java class there are EventListeners for each of the wrapper ids. I want to catch the occurances of the change event of the PropertySelections and Checkboxes but doing it directly does not work with IE. My idea now would be to "hijack" another event which i am allowed to catch at the div event with IE or maybe create a custom event which i fire and catch. Could someone please provide me with an example for the latter which i think is the better way? (I have to commit i'm not the javascript geek yet so i'm right now a bit lost here...) The best would be only using functionality already provided by tapestry and dojo. Regards, Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]