Sorry for not getting this totally.
If I do something like this
class Comp extends WebComponent implements ILinkListener{
public Comp(String id) {
super(id);
}
public String getCallbackURL(){
return urlFor( ILinkListener.INTERFACE ).toString();
}
public void onLinkClicked() {
// TODO Auto-generated method stub
}
}
Then how could I update it via AJAX?
--
View this message in context:
http://www.nabble.com/Wicket-and-javascript-tp24336438p24342389.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]