Re: file upload validation not working

2013-01-10 Thread monika
this is my java code. final FileUploadField fileUpload = new FileUploadField(fileUpload, new PropertyModel(test, fileUpload)); fileUpload.setRequired(true); add(fileUpload);; in properties file form.fileUpload.uploadFailed= plz upload file even there is no

file upload validation not working

2013-01-09 Thread monika
hi FileUpload validation before submit is not woking. i used form.name.uploadFailed in properties file. feedbackpanel didnt take this validation error. how to resolve it? thanks in advance.. -- View this message in context: