This content has been marked as final.
Show 2 replies
-
1. Re: LiveCycle Form -- submit doesn't work when copied into new application folder
TundraSteve Jun 26, 2013 1:05 PM (in response to JosephDoggie)Have you tried using record/playback to try and debug or looked in the server log to determine if an error is occuring?
-
2. Re: LiveCycle Form -- submit doesn't work when copied into new application folder
JosephDoggie Jun 26, 2013 1:32 PM (in response to TundraSteve)That's a good idea. In my case, I was able to solve the problem simply by doing a regular expression replace:
"\bapp1\b" with "app2"; of course this is high risk as "app1" was all over the place in my particular project. Also, the asset "xml" file needs to be renamed in app2 when copied to the adobe/config file to avoid a name collison (if one wants seperate app1 and app2 to work). For me, this all worked; however, I could easily envision a project where all that renaming would cause problems, hopefully ones that would be readily traceable. But thanks for the reply, it's always appreciated.


