Re: Problem with latest changes in FormComponent:validate()

2007-07-04 Thread Eelco Hillenius
Thanks for adding the 'INullAcceptingValidator'. This solves our problem in a clean way. Just a small suggestion: I've seen that the CompoundValidator does not implement this interface. Would it not be correct to assure that the CompoundValidator is called always, and that the same logic of check

Re: FileUploadField closing input streams behind my back

2007-07-04 Thread Igor Vaynberg
On 7/4/07, Al Maw <[EMAIL PROTECTED]> wrote: Do we really need to go around and aggressively clean up these InputStreams? Can't we do that in a finalize() method somewhere? yes we do, because users dont do it themselves :) we can also add something like protected boolean closeStreamOnDetach(

FileUploadField closing input streams behind my back

2007-07-04 Thread Al Maw
Hi, I'm using FileUploadField. Once the file is uploaded, I then fork a background thread to blat the file into another system using an InputStream -> OutputStream copy. Problem is, I get an InputStream using FileUpload#getInputStream(), which adds that stream to a list. When the FileUploa

Re: svn commit: r552984 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/AbstractPageableView.java

2007-07-04 Thread Jean-Baptiste Quenot
* [EMAIL PROTECTED]: > Author: janne > Date: Tue Jul 3 14:11:01 2007 > New Revision: 552984 > > URL: http://svn.apache.org/viewvc?view=rev&rev=552984 > Log: > this is not needed anymore Mmm, that makes it very difficult to understand *what* is not needed anymore looking at the file history :-) -

Re: Wicket 1.3 beta 1 link on Wicket home page

2007-07-04 Thread Sean Sullivan
The link is fixed but the text is misleading:"try our first 1.3 beta release" On 7/4/07, Al Maw <[EMAIL PROTECTED]> wrote: Sean Sullivan wrote: > The Wicket home page: > > http://incubator.apache.org/wicket/ > > has a link to > > http://people.apache.org/dist/incubator/wicket/apache-wicket

Re: Wicket 1.3 beta 1 link on Wicket home page

2007-07-04 Thread Martijn Dashorst
We still need to do something with the downloads page. Al, I think you had some ideas for that? Martijn On 7/4/07, Al Maw <[EMAIL PROTECTED]> wrote: Sean Sullivan wrote: > The Wicket home page: > > http://incubator.apache.org/wicket/ > > has a link to > > http://people.apache.org/dist/incubato

Re: Wicket 1.3 beta 1 link on Wicket home page

2007-07-04 Thread Al Maw
Sean Sullivan wrote: The Wicket home page: http://incubator.apache.org/wicket/ has a link to http://people.apache.org/dist/incubator/wicket/apache-wicket-1.3.0-incubating-beta1/dist/ Can you remove the beta 1 link and add a beta 2 link? Martijn's now fixed this. Regards, Al -- Alastair