Hi Martin

The method is overriden as below:

@Override
protected CharSequence getEventHandler() {
        String check = "javascript: if (some condition) { ";
        String endCheck = " return false; }";
        return StringUtils.join(new Object[] { check, super.getEventHandler(),
endCheck });
}

but there seems to be no reference to this method anywhere in the code,
hence I am guessing getEventHandler() was used by Wicket (1.5 and earlier)
in some way. 

Thanks
Ramin







--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Migration-getEventHandler-tp4657169p4657178.html
Sent from the Users forum 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