Hi! Yeah.. I hit my head against the wall for a while for this one ...
LISTVIEW ONCOMPONENTTAG IS NEVER CALLED. If you have onPopulate.. the component whose ONCOMPONENTTAG you are overriding is LISTVIEW. Yeah, it's a dummy wrapper for the repeater so it is never "rendered". It does not have its own markup even. SO... make sure you are overriding your listITEM ;] There was another post about similar mystery where the dude found a solution by actually overriding the proper oncomponenttag in an inline anonymous override: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-td2197486.html ** Martin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-onComponentTag-in-a-ListView-tp1891884p2284720.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
