Re: Link in repeaters

2014-06-10 Thread Paul Bors
add(new Label(repeatingView.newChildId(), >> person.getName())); >> repeatingView.add(new Link(person.getId()){ >> public void onClick(){ >> setResponsePage(Output.class); >> } >> }); >> item.add(

Re: Link in repeaters

2014-06-10 Thread Sven Meier
ode changes to display the id as link. Kindly help me what are the things i need to update. Thanks, Kumar -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Link-in-repeaters-tp4666176.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: Link in repeaters

2014-06-10 Thread Mihir Chhaya
t; }); > item.add(repeatingView); > } > }; add(dataView);}} > > Output I got for the above code change is > > Name Id > sam > ram > > No Id value is displayed. > > I need your help on making code changes to display the id as link. Kindly > he

Link in repeaters

2014-06-10 Thread kumar ramanathan
ame Id sam ram No Id value is displayed. I need your help on making code changes to display the id as link. Kindly help me what are the things i need to update. Thanks, Kumar -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Link-in-repea