Hello everyone! I use Wicket 1.2.6 and when I try to disable AjaxSubmitLink via link.setEnabled(false) call it really doesn't react on clicks but it still looks like a regular link in browser. I mean that in resulting markup it's represented by <a> element. But similar disabledLink substitutes <a> element with <span> and thus looks like a plain text.
Thus the current behavior of disabled AjaxSubmitLink is not consistent with Link's. Shouldn't it be corrected it the futher versions of Wicket? wheleph -- View this message in context: http://www.nabble.com/disabling-of-AjaxSubmitLink-tf4712370.html#a13469788 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
