Pessoal,
Alguém sabe como faço para encaminhar para impressão apenas o conteúdo do modal?
Segue Código do meu jsp:
<rich:modalPanel id="panelOcorrencia" width="1000" height="753" autosized="true" moveable="true" resizeable="false" >
<f:facet name="header">
<h:panelGroup>
<h:outputText value="Detalhes da Ocorrencia"></h:outputText>
</h:panelGroup>
</f:facet>
<f:facet name="controls">
<h:panelGroup>
<h:graphicImage value="../resources/img/bt_RichClose.png" id="hidelink2"/>
<rich:componentControl for="panelOcorrencia" attachTo="hidelink2" operation="hide" event="onclick" />
</h:panelGroup>
</f:facet>
</rich:modalPanel>
abs