Re: FileUploadField and AjaxButton

2008-06-11 Thread Timo Rantalaiho
On Wed, 11 Jun 2008, Alexander Landsnes Keül wrote: > produces an unfortunate but predictable result. Whenever I call > _fileUploadField.getFileUpload() it returns null. If I try to replace > the button with a regular one it works just fine. Am I missing > something obvious here, or is it an issue?

FileUploadField and AjaxButton

2008-06-11 Thread Alexander Landsnes Keül
Hi, I'm trying to use an AjaxButton along with a FileUploadField, and that produces an unfortunate but predictable result. Whenever I call _fileUploadField.getFileUpload() it returns null. If I try to replace the button with a regular one it works just fine. Am I missing something obvious here