Hi all,
I'm trying to send a PDf form to a servlet in POST method and then, work with its information. my form has two fields called "nombre" and "apellidos". When I click on the submit button, my servlet received the pdf information but its wrong. This is like this
nombre="danielapellido=rico"
instead of
nombre="daniel"&apellido="rico"
Any idea why do I received information in this way? Is this way right or it's better use another way instead HTTP Button?
Thanks in advance
http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/submitting_data/
For a liveCycle form, call the submit using this syntax:
event.target.submitForm(...);
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script