Previous | Next | (P-PDF) Developers
Topic: field XML tag is showing up when value is blank
Conf: (P-PDF) Developers, Msg: 32806
From: Mero
Date: 1/15/2002 09:34 AM
I am using Adobe Acrobat 5 and making forms with fields and a submit button that executes a Java servlet that parses the XML that is exported when the button is pressed. The "XML Include" option is selected under the Export Format option in the submit button properties. "Include Empty Fields" is not checked under Field Selection since I don't need the empty fields and "All Fields" is selected.
Problem is that when the xml is being generated, any fields with blank values are included in the xml generation. This is not supposed to happen since I specified that do not include empty fields. This inclusion causes my parsing in my Java code to throw a NullPointerException. Any ideas? Thanks.