Re: [iText-questions] TextField.REQUIRED not working most of the time

2006-02-11 Thread Udo Rader
On Sat, 2006-02-11 at 22:22 +, Paulo Soares wrote: > It's the viewer that does the submission, not iText. *g*, yes, that's quite obvious :-) Yet, it could also be that either I don't set the flag correctly or even worse that itext produces bad PDF :-) regards Udo Rader -- BestSolution.at

Re: [iText-questions] TextField.REQUIRED not working most of the time

2006-02-11 Thread Paulo Soares
It's the viewer that does the submission, not iText. - Original Message - From: "Udo Rader" <[EMAIL PROTECTED]> To: "itext" Sent: Saturday, February 11, 2006 9:48 PM Subject: [iText-questions] TextField.REQUIR

[iText-questions] TextField.REQUIRED not working most of the time

2006-02-11 Thread Udo Rader
Hi once more, When I create a form containing multiple fields and marking some as "required", the setting is not enforced when I submit the form most of the time. It only works "sometimes" ... Here's what I do do mark a textfield as required: --CUT-- TextField tField = new TextFi