AS
Size: a a a
AS
АУ
V
TC
HT
LP
NB
NT
АУ
AS
Н
KE
Н
Н
<p:commandButton value="Печать" id="print"
action="#{contractBean.pdfGenerateWithAdditional}"
ajax="false" onclick="this.form.target='_blank'"
update="print2">
<f:ajax render="page"/>
</p:commandButton>
Н
public void pdfGenerateWithAdditional() throws IOException {
Print = true;
FormFiller.generatePDF();
}Н
<p:commandButton value="Печать2" id="print_id2"
disabled="#{!contractBean.Print}"
action="#{contractBean.pdfGenerateWithSubstitutionAdress}"
ajax="false" onclick="this.form.target='_blank'">
</p:commandButton>
Н
Н
KB
bf