Hi I cannot seems to set up maxHeight for my rich:popupPanel. Please help. Here is my code
<rich:popupPanel id="dialog" modal="true" top="10" maxHeight="500"
autosized="true" width="650">
<f:facet name="controls">
<h:outputLink value="#" onclick="#{rich:component('dialog')}.hide(); return false;">
X
</h:outputLink>
</f:facet>
<ui:include src="reports/RowsAndColumnsModal.xhtml"/>
</rich:popupPanel>
The content of the panel expand base on user selection, however, even though I set maxHeight, it does not work
Is this a bug?