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 richard.ember...@gmail.com wrote: In org/apache/wicket/markup/html/form/Form the method getMaxSize always returns a Bytes instance.  public Bytes getMaxSize() {    Bytes

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 IVisitorForm?, Bytes() { public void component(Form?