so its not rendered in markup? or its rendered in markup but you dont see the effect? if latter its most likely a css issue, if former create a quickstart and attach it to a jira issue.
-igor On 5/20/10, JeroenWolff <[email protected]> wrote: > > Igor, you are right. It is still not rendered when i do the > super.onComponentTag after the tag.put. > > This is the markup for the listview. "zoekresultaat" is the id for the > listview. > > When the page is rendered the first time it works fine, but not in Ajax > updates. In the debugger is see that on the selected item the put is done, > but i don't see it rendered. > > Thanks > > > <table wicket:id=tabel> > <tbody> > <tr> > <th style="width:20px"></th> > <th style="width:105px;">Contactmoment</th> > <th>Omschrijving</th> > </tr> > <tr wicket:id="zoekresultaat" bgcolor="#FFFFFF" > onmouseover="this.bgColor='gold';" onmouseout="this.bgColor='#FFFFFF';"> > <td>[x]</td> > <td> # </td> > <td>[blabla]</td> > </tr> > </tbody> > </table> > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2224291.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
