当“文本”变量太长且不适合屏幕时,首先对话框加载 ScrollPanel 不呈现。调整对话框大小后,它会出现。有什么解决办法吗?
<p:dialog id="logDetailsDialogId" header="Log Details" appendToBody="true"
widgetVar="logDialog" resizable="true">
<p:scrollPanel>
<h:outputText value="#{myController.text}"/>
</p:scrollPanel>
</p:dialog>