Re: BUG: Form Bytes getMaxSize

2010-11-08 Thread Igor Vaynberg
can you please open a jira issue so we can track this? thanks. -igor On Fri, Nov 5, 2010 at 2:26 PM, richard emberson wrote: > In org/apache/wicket/markup/html/form/Form the method getMaxSize > always returns a Bytes instance. > > >  public Bytes getMaxSize() { >    Bytes maxSize = this.maxSize;

BUG: Form Bytes getMaxSize

2010-11-05 Thread richard emberson
In org/apache/wicket/markup/html/form/Form the method getMaxSize always returns a Bytes instance. public Bytes getMaxSize() { Bytes maxSize = this.maxSize; if (maxSize == null) { maxSize = visitChildren(Form.class, new IVisitor, Bytes>() { public void component(Form compo