Re: ListView highlight selected row

2010-05-20 Thread JeroenWolff
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

Re: ListView highlight selected row

2010-05-20 Thread Igor Vaynberg
/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

Re: ListView highlight selected row

2010-05-20 Thread JeroenWolff
thanks, it is not rendered in the html (view source in browser) when i disable Javascript it works fine! I will put it in the quickstart and report it in Jira thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2225133

Re: ListView highlight selected row

2010-05-20 Thread Igor Vaynberg
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2225133.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: ListView highlight selected row

2010-05-20 Thread JeroenWolff
[desc]/td /tr /tbody /table div id=navigator wicket:id=navigator/div /body -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2225237

Re: ListView highlight selected row

2010-05-20 Thread Jeremy Thomerson
/body -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2225237.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: ListView highlight selected row

2010-05-19 Thread JeroenWolff
.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p348.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: ListView highlight selected row

2010-05-19 Thread Jeremy Thomerson
); add(new AjaxPagingNavigator(navigator, listView)); detailPanel.setOutputMarkupId(true); add(detailPanel); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p348.html Sent

Re: ListView highlight selected row

2010-05-19 Thread Igor Vaynberg
);                add(tabel);                add(new AjaxPagingNavigator(navigator, listView));                detailPanel.setOutputMarkupId(true);                add(detailPanel);        } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row

Re: ListView highlight selected row

2010-05-17 Thread JeroenWolff
, Label.class); to update the Labels in the listview, but how can i change the Attribute of that selected Item? Thanks, Jeroen -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2220309.html Sent from the Wicket - User mailing list

Re: ListView highlight selected row

2010-05-17 Thread Igor Vaynberg
://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2220309.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

ListView highlight selected row

2010-05-13 Thread JeroenWolff
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2197486.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: ListView highlight selected row

2010-05-13 Thread Igor Vaynberg
. How can i do this? Thanks, Jeroen -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-highlight-selected-row-tp2197486p2197486.html Sent from the Wicket - User mailing list archive at Nabble.com