Resolved! EL expression for file:content being empty
How would I phrase the EL expression to be "the file content of the document is empty", so there are no files in the actual content of the document. So far I have: #{document.getProperty("file:content")=='empty'} so this gets the file content, but th...