RichFaces 4 fileupload clear and clear all buttons
问题 Well currently I have this: <rich:fileUpload addLabel="Agregar" clearAllLabel="Quitar todos" clearLabel="Quitar" deleteLabel="Quitar" doneLabel="Completado" uploadLabel="Subir archivos" fileUploadListener="#{uploadBean.doUpload}" acceptedTypes="txt, csv" noDuplicate="true"> <a4j:ajax event="uploadcomplete" render="validationButton"/> <a4j:ajax event="clear" listener="#{uploadBean.doClearFilesList}" render="validationButton"/> </rich:fileUpload> On the backing bean I have a list of the files