Ill take back my comment about isVisible - Ill add a 'V" for visible and
another '-' for invisible.

N


On Thu, Mar 13, 2014 at 11:37 AM, Nick Pratt <[email protected]> wrote:

> 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
>

Reply via email to