Does anyone have an issue with adding a flag to the output of BaseWicketTester.debugComponentTrees() - I'd like to add an 'E' if the component is enabled or a '-' if its not. Im assuming that non-visible components wont be output by this method, so there's no need for a Visible flag.
So change a line like: path wmc:step1 org.apache.wicket.ajax.markup.html.AjaxLink [] in to E path wmc:step1 org.apache.wicket.ajax.markup.html.AjaxLink [] or - path wmc:step1 org.apache.wicket.ajax.markup.html.AjaxLink [] N
