Hi,
So I can not use the Attachment Panel since I only have the version 7.1.3.
I changed the control for the File Input and File Item, however now I have a new problem.
In the server side I can only have the file, I mean the File Item, is only resolved if I have a Command Button, If I have a Async Command Button than the File Item is always null.
The code to get the File Item is
public org.apache.commons.fileupload.FileItem getFileItemAdicionar() {
if (fileItemAdicionar == null) {
fileItemAdicionar = (org.apache.commons.fileupload.FileItem)resolveExpression("#{fileItem}");
//TODO: create/set default value here
}
resolveDataBinding(FILEITEMADICIONAR_PROPERTY_BINDINGS, fileItemAdicionar, "fileItemAdicionar", false, false);
return fileItemAdicionar;
}
Is there any example that I can see with Async Command Button?
Thanks in Advance
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods