Hi,

So it will look like the output of 'ls' command - -rxw :-)
Please create a ticket with a patch/PR and we will consider it!
Thanks!

Martin Grigorov
Wicket Training and Consulting


On Thu, Mar 13, 2014 at 5:49 PM, Nick Pratt <[email protected]> wrote:

> 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