Re: [iText-questions] FormField is not required

2006-08-30 Thread Paulo Soares
lags", PdfFormField.FF_REQUIRED, null); stamp.close(); log.debug("ready"); } Thanks for your help, Beate > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Paulo Soares > Gesendet: Mittwoch, 30. August 2006

Re: [iText-questions] FormField is not required

2006-08-30 Thread Beate Niendorf
log.debug("ready"); } Thanks for your help, Beate > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Paulo Soares > Gesendet: Mittwoch, 30. August 2006 15:02 > An: Post all your questions about iText here > Betref

Re: [iText-questions] FormField is not required

2006-08-30 Thread Paulo Soares
Works for me. Post a small PDF and the exact code you are using so that the problem can be reproduced. Paulo - Original Message - From: "Beate Niendorf" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 30, 2006 1:56 PM Subject: [iText-questions] FormField is not requir

[iText-questions] FormField is not required

2006-08-30 Thread Beate Niendorf
Hello, I try to turn off the flag "FF_REQUIRED" of some PdfFormFields but form.setFieldProperty(fieldname, "ctrlfflags", PdfFormField.FF_REQUIRED, null); is not working :( Also turning on the flag with form.setFieldProperty(fieldname, "setfflags", PdfFormField.FF_REQUIRED, null); ist not wo