Hi again, i am a little bit confused.

columns.add(new AbstractColumn<Test>(null, null) {
    private static final long serialVersionUID = 1L;
    public void populateItem(Item<ICellPopulator<Test>> item, String
componentId, IModel<Test> model) {
        item.add(new Link<Test>(componentId, model) {
        private static final long serialVersionUID = 1L;

        @Override
        public void onClick() {

        }
        });
   }
});

How do i get to my item without having to create a column first, since i
dont want a column when i want to add a Link to a line in the dataview??
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Dataview-linkedline-tp2231274p2232716.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]

Reply via email to