validation - Xpages multiple file attachment conflict with partial/full update -
i using multiple file attachment openntf seems it's problem when on same page validation on field (a required field).
when click button upload files, error message on validation field.
question: how can have kind of "process data without validation" on file uploader? how can javascript?
you have 2 possibilities upload files without getting validation error:
- don't include fields validation partial refresh area set
xc:ynuploadfileshtml5
's parameterrefreshid
- select "process data without validation" in custom control
ynuploadfileshtml5
's button "refresh"
Comments
Post a Comment