Re: How do I set a selected item outside of an inmethod datagrid?

2009-07-21 Thread Marcin Palka
imply select the first item in the historyTable. cheers Marcin -- View this message in context: http://www.nabble.com/How-do-I-set-a-selected-item-outside-of-an-inmethod-datagrid--tp24565364p24595335.html Sent from the Wicket - User mailing list archive at Nabbl

Re: How do I set a selected item outside of an inmethod datagrid?

2009-07-21 Thread satar
d); target.addComponent(selectedItemPanel); } } } }; It took me quite a bit of time to figure this out so maybe it will save someone else some time or stimulate better ideas on how to solve such a problem. -- View this message in context: http://www.nabble.com/How-

How do I set a selected item outside of an inmethod datagrid?

2009-07-20 Thread Steve Tarlton
I have a table that contains history entries of an item table. Whenever I change the selection in the item table, I repopulate the history in the history table. What I would like to do is select the newest history entry in the history table by default whenever I change the selection on the item tab