JSP problem after PDF Form Submit

Hi,
Our project team is using a PDF with Acrobat Form fields behind it to post form data to a java servlet, where it is parsed and written to a legacy system.
Our problem: when we return a jsp confirmation page back to the user, we are getting intermittent responses - sometimes the user will see the page, sometimes not. Also of note - the URL address location in the browser is being changed to "C://TEMP/xxxxxx.html", instead of showing "http://myserver/myapp/confirmPage.jsp". In effect, it doesn't retain the server location from which the form data was submitted - instead, after the jsp on that server is rendered into html, it is being written to a temp location on the local hard drive as an .html page, then displayed from there.
In my debug testing, I have bypassed the bulk of my application code, submitting into the servlet and returning the jsp right back to the user. It works properly when submitted from an HTML page, but goes to the C://TEMP... route when submitted from the PDF. Therefore, I can conclude that the bug is not in our java code and is not in the jsp code.
On our PDF we are using an Adobe script submitForm() function, naming our servlet to send to (without appending #FDF on it) and specifying "false" as our second parameter, since we are passing the data as an HttpRequest instead of as FDF data.
I suspect the problem may be caused by some differences in the headers in the HttpRequest object coming from the PDF. In comparing the Request headers from the PDF submit and those from an HTML page submit:
From the PDF:
content-type = application/x-www-form-urlencoded
user-agent = Mozilla/4.0 (compatible; Adobe Acrobat Control Version 5.00 for ActiveX)
From an HTML submit:
content-type = text/html
user-agent = Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
I have tried explicitly setting the headers to match those coming in from an HTML submit but this doesn't seem to make a difference.
Has anyone experienced a similar problem? Any thoughts?
jander

This is a bug from Acrobat !
The turnover is to send a FDF document with the file tag (/F) referencing the jsp page you want to display

Similar Messages

  • On Mac, why won't the downloaded PDF form SUBMIT after being filled out?

    On Mac, why won't the downloaded PDF form SUBMIT after being filled out?
    Thank you for the help.
    Kind regards
    Ryan Kohler

    Hi;
    This FAQ should describe the issue - you need to be using Adobe Reader (free) or Adobe Acrobat to fill out the PDF, Preview on the Mac breaks the PDF so it is no longer usable: http://forums.adobe.com/docs/DOC-2653
    Thanks,
    Josh

  • Acrobat 9: Error when PDF form submit with file attachment

    Hi all,
    Hope you can provide some help with my PDF form submit issue. I am getting this error "There is no PDDoc associated with this CosDoc." in Acrobat 9 (Reader and Pro) when I try to submit a PDF form with a file attachment field (the file is specified). The same PDF form works fine in Acrobat 7 or 8 (Reader and Pro) with file attachment.
    If no file attachment is specified (user did not select a file) then the PDF form submits fine in acrobat 9. The form data submission format is in FDF. Same problem if I change to XFDF.
    There are no differences in the problem if the PDF form is created in Acrobat 7 or Acrobat 9, the same submit issue exists in Acrobat 9 but not in the older Acrobat versions.
    Is this a known issue and are there any workarounds/solutions?
    Thanks.

    Sounds like a bug to me. Please report it: http://www.adobe.com/support/feature.html
    George

  • PDF Form Submit Alert to find missing fields

    I have created a PDF form using Adobe Acrobat X Pro for our website and am testing it. When I submit my form, but have left required fields blank, I want it to locate those blank fields.  Instead it makes me find the missing fields, which is hard to do on my complex form. Please help I have searched and found no answers.

    I see. You can't change this built-in feature behavior, but you could implement your own scheme with JavaScript. The problem with this approach is it won't work if JavaScript is disabled or not (fully) supported, as with most mobile PDF viewers. It would involve replacing the Submit Form action with the submitForm JavaScript method, but only after a script scans the required fields to see if any are blank. The script could set just the missing fields' border color and even set the focus to the first missing one. One problem with setting the border color is it would print in that color, unlike the other type of highlighting.
    If you want to pursue this JavaScript option, post again.

  • Adobe PDF form / submit sutton does nothing in Safari 5.1.2

    Hi,
    We display embedded Acrobat PDF forms containing a submit button in Safari.
    If I press "submit" nothing happens, this worked some Safari versions before.
    My Adobe Reader is: Adobe Reader X, Version 10.1.1
    My Safari version is 5.1.2, I removed and reinstalled it, still does not work.
    Reading this: http://stackoverflow.com/questions/8302233/pdf-submit-a-form-button-safari
    "I contacted Adobe again, and their technical support was more helpful. 
    It is a known issue, and Adobe suggests using a different browser, or downgrade to Safari 5.0.1.
    Adobe will soon issue a patch for this to work with Safari 5.1.1.
    Well, I have 5.1.2 and this does not seam to be fixed yet.
    Downgrading my Safari version to 5.0.1 made the Adobe PDF forms work again with Safari, the submit button does  something.
    Does anybody have some information about this? Is there another way to solve this issue then to downgrade to version 5.0.1 ?
    Thanks for helping
    huba

    Hello,
    I'm experiencing the same issue and wondered if you have any news re this problem or have found some workaround ?
    I've performed tests on all verions of Safari  5.1.x including the latest 5.1.4 and unfortunately the bug still exists.
    Thanks in advance for your consideration and any help!
    David

  • Pdf form, submit by?, and captcha

    I am a bit of a newbie to the programming side of web design. I have a handful of clients, mostly friends and small ministries, for whom I have created primarily html websites (some CSS and simple PHP). Two of the clients have pdf forms for visitors to fill out and send back by email.
    Problem one is on the site's quote and order forms. Submit buttons for submitting by email. However, the script doesn't initiate (bring up an email program) for people with Hotmail and other webmail programs. Am I doing something wrong or is this not the best way to submit? I know it can also be submitted by url, via http instead of by email, but I have no clue what is involved with having it write to our server and how to access it from there. (https://host36.christianwebhost.com/magdacsihas/magdaOrderForm.pdf)
    The second problem is that we think one of the clients is getting spam emails from robots rather than true order submissions. I read up trying to find out how to add a Captcha security image, but all I could find were related to html FormMails, not to pdf forms. Can robots submit fake orders if I have required fields that must be filled out before allowing submission or do they just record the email address for other types of spam? Can you provide advice on how to better secure the pdfs or should I convert to html forms or what? (http://www.refugeoutreachcenter.org/pp_order_Bulk0508.pdf)
    I need to fix Problem One asap. The client has asked that it be working by this weekend.
    Any help would be greatly appreciated.
    fanis

    > However, the script doesn't initiate (bring up an email program) for people with Hotmail and other webmail programs.
    It can't. There isn't an email program for these people.
    >Am I doing something wrong or is this not the best way to submit?
    This is absolutely not the best way to submit. Think of it as
    something handy for testing, but absolutely no use for
    important/commercial data for the general public.
    >
    >The second problem is that we think one of the clients is getting spam emails from robots rather than true order submissions.
    This is alarmingly common.
    >I read up trying to find out how to add a Captcha security image
    Never heard of such a thing with PDF forms. But then again, I've never
    heard of PDF forms being spammed before. But there was bound to be a
    first time.
    >. Can robots submit fake orders if I have required fields that must be filled out before allowing
    > submission or do they just record the email address for other types of spam?
    The people who write these things are smart. It's no use saying what
    they can and can't do.
    Aandi Inston

  • Problem with PDF form

    Hi Everyone,
       I am developing one application in which i want to use PDF form functionality. But when i am adding new interactive form child. but at that time this pdf form's xdp file is not generating and therefore whatever changes i made in pdf form by editing it can's save. i got blank pdf form each time i go to edit that form.
    Same thing is properly work in other applications as well as new applications. And it gives such error in one perticular application only.
    I can't understand why this happening. My Developer studio is of full version 2.0.10.
    Anybody has idea about this?
    thanks in advance.
    Bhavik

    Hi Raz,
    It seems that problem exits with firing the plug.
    Just check your implemented functionality is within the context.
    To Navigate form second view to first you need to create on outBund plug on second view and one inbund plug on frist view and then link them with arrow.
    After that create a button on second view and its corresponding(button) action. and then fiir the outbund plug of second view on button Action.
    It will slove your problem,
    Thanks
    Anup

  • Problem with PDF forms

    Hi,
    I am having a MVC application involving intense PDF operations. The application will open a new Login Window if the session times out. After the new Window opens, the user logs in again using the userid/password. All the operations work normally but the PDF form related operations does not work properly in this situation.
    The application is working fine and perfect in all other conditions. Any idea what can be the reason for this? I will appreciate any pointer in this direction.
    Thanks
    Sanjay

    Hi Folks
    Any idea on the below problems?
    Regards
    Sanjay
    Hi,
    I am having a MVC application involving intense PDF
    operations. The application will open a new Login
    Window if the session times out. After the new Window
    opens, the user logs in again using the
    userid/password. All the operations work normally but
    the PDF form related operations does not work properly
    in this situation.
    The application is working fine and perfect in all
    other conditions. Any idea what can be the reason for
    this? I will appreciate any pointer in this
    direction.
    Thanks
    Sanjay

  • Problems Submitting PDF Forms via Adobe Reader XI?

    Hi,
    I have used Acrobat Pro (Versions 9/X and XI) to successfully create fillable PDF forms. I distributed the forms to a server via Acrobat, then set up a hyperlink to the form's location for my users. The users were able to fill the form and submit it.  I was able to manage the submitted form data via Adobe Tracker.  Recently, many of my users have been updated to Acrobat Reader XI.  Now, some of these same users (who have successfully submitted these forms in the past - before the latest upgrade) can no longer submit the form data!  If a user fills the form and clicks submit, it appears to that user that the form was successfully submitted, but no data appears in Adobe Tracker, even after refreshing... What would cause this??
    Thank you!

    What is your operating system?  What is your Reader XI version?  What exactly means "cannot"?

  • Problem submitting PDF form in WorkSpace

    Hi, my server is ES2.5 Turnkey install (Express mode) on Windows.
    Client is IE-8 with latest Reader.
    My form is a PDF form created in the WorkBench,
    it has 2 pages, with some Digital Signature fields,
    I have also added the "Process Fields" group onto page 2 of the form.
    The form is to be routed in the standard WorkSpace.
    At the Initiator step (Start Point), I use the Action Profile to do the Pre-fill of the form.
    I have checked the Reader Extended box.
    I use a Document variable as the Output from the StartPoint, the doc variable references my .PDF form template.
    Everything works fine at the Initiator step, the form fields are all properly Pre-filled.
    The problem is:
    after I click the Complete button, it goes to the next participant of the workflow process,
    when that person opens up the form in the WorkSpace, it's all blank, none of the data at the Initiator step show up.
    This User task uses the same Document variable as the Input (specified at the Presentation & Data tab).
    What do I need to do to pass the form data along with the form to the next person in the Process?
    What have I done wrong?  what should I check?
    thanks.

    I sort of narrowed down the problem a little bit.
    I created a smaller PDF form, it has Digital Signature field as well as the Process Fields group, plus some Text fields.  When I used it in the SAME process (changed the Document variable to point to this new small form of course) everything worked!  No data loss.  Everything on the form including the Signature got passed to the next person in the workflow just fine.
    So I think my Process design is fine, the problem appears to be in the original 2-page PDF form.
    But I can't figure out what thing on the form could have caused the data loss!
    There's no error message anywhere, nothing in the JBoss server log either.
    Has anybody seen similar problem like this?
    thanks.

  • PDF Form Submit Format

    Hello,
    Does anyone know the format of form values that are sent out after user clicks the submit button in the form?
    I have a PDF form file stored in my computer. In my program, I read this form file and dynamically create a submit button. After that, user can enter data in the form and submit the values to my server in HTML format.
    I was wondering if anyone knows how the format looks like. It seems like a field can have many values associated to it, value, valueAsString, event.value etc. Exactly which value here is sent to the server? And how does the format of the entire HTML looks like?
    I have been looking around for this information but I can't find anything. Acrobat Javascript doesn't provide something like onSubmit event for me to stop the process right before the form data is sent.
    Any hint would be helpful.
    Thanks a lot.

    One way to test this out is to set up a button that's configured the way you want but with a mailto type URL. When the button is clicked, you will be prompted to send the email with your email client or save the data file to your machine so you can manually attach it to an email. Choose the latter and save it to a file. It will have an FDF extension, but it won't be a valid FDF. Open the file in a text editor and inspect it. It will be URL encoded form data, just as you'd get from an HTML form, and can be processed in the same way as an HTML form submission. So what you get isn't HTML, it's URL encoded form data.
    The field name/value pairs will be sent. For fields that format a value for display (e.g., 3.1415926535 to 3.14), you will get the unformatted value.
    The valueAsString property is only relevant when a field value is retrieved via JavaScript. It basically prevents leading zeroes from being dropped. Leading zero for numeric values will be included in the form data when submitted.

  • Apply password on pdf form submit to php

    I'm trying to submit a PDF fillable form online that will apply a password after the form has been submitted, then email to me, without the mailto:command.
    Trying to send to a PHPform processor to do the mailto option. Is there a writeup, or plugin for this.
    I've seen an processor.asp do this, but can't find one for php.

    I think I see you want to submit the data to a web server, then have the PDF encrypted on arrival. You can't do this with a plug-in. That's not least because the license for Acrobat doesn't allow it to be used on a server.
    Adobe produce some server products with "LiveCycle" in the name. These are enterprise software, priced accordingly. Perhaps one of these can do that.

  • PDF form submit button sends FDF instead of PDF

    i have PDF Form created  in Adobe Acrobat XI Pro
    i want to send PDF document to webserver
    my server code
    ob_start();
    $file = file_get_contents("php://input"); //Gets binary PDF Data
    $time = microtime(true); $newfile = "./customers/" . $time . ".pdf"; //Names file based on the time to the microsecond so nothing gets overwritten.
    $worked = file_put_contents($newfile, $file); //Creates File
    ob_end_clean();
    my problem is that i am getting FDF data, not PDF document.

    i investigated and found it works perfect if opened locally in adobe reader, it dont work in opened in chrome browser at website

  • 2 Problems with PDF Forms:  Import and Launcing PDF Form in Browser

    We are installing SAP sersion 2004s and I have encountered 2 problems while working through several tutorials.
    1.  When Adobe Designer opens from the layout in SE80, the IMPORT option (under TOOLS) does not appear.  Is there an installation step(s) missing?
    2. I created a simple Adobe Interactive form based on T. Jung's demo (but without the imported PDF form).  Enabled is on and the binding is ok; yet, when I test the application the browser displays only a blank screen.  Other Web Dynpro for ABAP tutorials have worked fine, but not the Adobe Forms.  Again, is there an installation step(s) missing?
    regards,
    john

    First make sure that you have the correct version of the Adobe Lifecycle Designer installed.  I am running 7.0.050519.0.  There are some OSS notes on how to upgrade to the 7.X version of the designer.
    On the second problem, you probably don't have the correct version of the ACF installed.  The ACF (Active Control Framework) is only used when running Interactive PDF documents - not print version ones.  Have a look at OSS note 766191 and 846952.  I had to uninstall my current ACF and install the 04S SP7 version (according to the two notes listed) before I could build the demo in question.

  • Problems with PDF Forms

    I'm using Adobe Acrobat Version 9.4.6.
    I've created forms within a PDF to make it editable. I've then emailed the file to others, they fill it out and save it.
    When they send it back to me, it's blank. I can click individually on each text box and its content is visible then, but not all of them together at the same time. And when I print, they're blank.
    I can then retype all of the content into the original editable PDF, save it and send back to the person and they can see it fine.
    What am I doing wrong?

    Phil,
    Not quite. The original poster notes that when a field receives the focus, the data in the field becomes visible. This would not be the case with a non-Reader-enabled form, since Reader then would not be able to save it, and the field data wouldn't be there (but hidden) to be shown when the field receives the focus. Preview is able to save a PDF form whether or not it's Reader-enabled. The problem is it corrupts it at the same time.

Maybe you are looking for

  • Error 51 when posting IDOC to SD

    Hello All, We are changing our EDI translator which had a SAP extension automatically process the IDocs into SAP using ALE process. I'm testing the new procedure scheduling a job to run RSEINB00. The error I'm getting is (51 enter a numeric value) wh

  • TAF On 11g DataGuard with FSFO

    Hi All, Today, i have created TAF for my 11.1.0.7 Oracle database running on RHEL 5.4 64 bit. I have configured my databases with FSFO enabled. (MaxAvailibility with LGWR SYNC AFFIRM transport) I created TAF with following entries: 1) Created and ena

  • PS cc doesn't show Fine art papers in the printer menu

    Hi I recently bought a new printer Epson Stylus Pro 3880 and I use it with PS cc. But in the printermenu I just can't choose Fine art papers - isn't highlighted. All my programs and drivers are up to date! Does anyone here have a solution to my probl

  • Heap debugger not available in JDeveloper 10.1.3

    I'm trying to use the heap usage debugger in JDeveloper. However, when I try to look at the heap usage when pausing the debugger (View -> Debugger -> Heap) the Heap option is always greyed out. I am using jdeveloper 10.1.3.4. Thanks

  • Search directory of PDF's based on Query Results?

    Hello - Is it possible to search a directory of .pdf files based on a returned list of query results? For example I query a product database that returns a list of Product Names and Product ID's. Based on that list of query results, I'd like see if a