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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to