UrlValidator issue

2013-03-21 Thread Teresa Batista Neto
Dear all, One of our users got an error message when trying to add a new URL: 'http://en.wikipedia.org/wiki/Genus_(mathematics)' is not a valid URL I just created very quickly a junit test and it fails: String[] schemes = {"http"}; UrlValidator urlValidator = new UrlValidator(schemes); assertTr

Re: UrlValidator issue

2013-03-25 Thread Teresa Batista Neto
https://issues.apache.org/jira/browse/WICKET-5112 On Thu, Mar 21, 2013 at 5:00 PM, Sven Meier wrote: > It seems UrlValidator chokes on parantheses. > > Please open an Jira issue. > > Thanks > Sven > > > On 03/21/2013 04:33 PM, Teresa Batista Neto wrote: > >&

collapse/expand panel

2013-04-10 Thread Teresa Batista Neto
Dear all, Does anyone knows how can I add a collapse/expand panel to a form in wicket? Best regards, Teresa