Within my java app, I create XFDF and FDF files and open them in a browser. They are suppose to merge and display to the user using the form. However, on my Windows (local machine) they don't merge but display the actual file data.
I don't have this problem when working from my Unix server. It's only when I'm working on my local machine (using Windows XP, Apache, Tomcat, IE 6.0). I'm using the same code and the same forms but they just aren't displaying/merging.
I am installing the webapp to run on a laptop and it does the same thing. I need it to display the forms for printing and not the xml/fdf data.
I have modified my Apache conf file to include the following line:
"AddType application/vnd.adobe.xfdf .xfdf"
and it didn't help on my Windows configuration. It did help on my Unix, though.
Is there something else that I'm missing with maybe an IE setting or Apache or Tomcat that isn't allowing it to merge?
Please Help!! I'm at my wits end and have to get this working ASAP!
Thanks!
I don't have this problem when working from my Unix server. It's only when I'm working on my local machine (using Windows XP, Apache, Tomcat, IE 6.0). I'm using the same code and the same forms but they just aren't displaying/merging.
I am installing the webapp to run on a laptop and it does the same thing. I need it to display the forms for printing and not the xml/fdf data.
I have modified my Apache conf file to include the following line:
"AddType application/vnd.adobe.xfdf .xfdf"
and it didn't help on my Windows configuration. It did help on my Unix, though.
Is there something else that I'm missing with maybe an IE setting or Apache or Tomcat that isn't allowing it to merge?
Please Help!! I'm at my wits end and have to get this working ASAP!
Thanks!