Display p:fileUpload invalidFileMessage outside component inside e.g. p:messages or p:growl
问题 I have Facelets file: <h:body> <ui:composition template="...."> <h:form id="templateEditor"> <p:growl id="growl" sticky="true" showDetail="true" autoUpdate="true" widgetVar="growl"/> <h:outputScript library="js" name="ckeditor.js" target="head" /> <body onload="onloadInput();"/> <p:tabView> <p:tab title="...." > <p:datagrid id="..." /> <p:fileUpload id="fileUpload" skinSimple="true" label="..." auto="true" allowTypes="/(\.|\/)(jpg|jpeg|png|bmp)$/" sizeLimit="5000000" invalidFileMessage="#..."