I am looking at switching my <input type="submit" /> submit buttons over to <button type="submit"></buttons> buttons. Is this safe to do in Wicket (e.g. my forms will still submit correctly, submit components don't have a onComponent tag that requires an input element)? I am supporting IE7 along with modern browsers.
--
Jered Myers

Reply via email to