Re: [iText-questions] FDF request handler servlet

2011-09-20 Thread Leonard Rosenthol
to:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] FDF request handler servlet you mean to say my form can submit forms in HTML and interpret responses in FDF. I need to submit forms in FDF right now because only FDF will allow for a reason code to be populated or a msg bo

Re: [iText-questions] FDF request handler servlet

2011-09-20 Thread Sailesh K
here Sent: Tuesday, September 20, 2011 7:20 AM Subject: Re: [iText-questions] FDF request handler servlet Sending FDF is one option – you don't have to send FDF if you don't want to.   You can send HTML. From: Sailesh K Reply-To: Sailesh K , Post here Date: Tue, 20 Sep 2011 03:02:1

Re: [iText-questions] FDF request handler servlet

2011-09-20 Thread Leonard Rosenthol
0 Sep 2011 03:02:17 -0700 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] FDF request handler servlet so I guess my problem boils down to being able to process the incomiung FDF request in a servlet and extract the field values from it. the servlet

[iText-questions] FDF request handler servlet

2011-09-20 Thread Sailesh K
so I guess my problem boils down to being able to process the incomiung FDF request in a servlet and extract the field values from it. the servlet is being called from an acroform.   currently, the servlet is a standard servlet expecting html requests and is erroring out with a nullpointerexcept