Hi. I created a new AEM server. I changed the password, and changed it in OSGi. However something has locked it and I cannot get it unlocked no matter what i do. Without getting my server scrapped, is there another way to reset that administrator password? Thx
Hi. When calling generatePDFOutput with special characters (in this case Québec) we are getting an error. Where do I check the encoding within Adobe Forms? Thanks!
Using SoapUI to call an AEM JEE process using REST/JSON. Process is enabled for REST. On running through SoapUI it comes back with HTTP 200...however it looks like my json variables are not being picked up in Adobe. Using the VariableLogger in workbench shows that my expected variables are empty...
UPDATE:so spitting out some messagebox's......I found this.this.resolveNode("Page1.ImageField1").rawValue = "..\common\images\DRAFT.png";resolves to this.... '..commonimagesDRAFT.png' (yes without the slashes). Any idea around this? Thx.
Hey thanks for replying! Unfortunately it does not solve my problem. Couple of things: 1.var watermark_name = this.resolveNode("Page1.boundFieldName").rawValue;// Replace 'boundFieldName' with the actual name of your bound field.ImageField1 is bound to $.Document_Description.Watermark_Name which b...
Hi. Here is my scenario. I have a couple of ImageFields that point to different images that are watermarks and they both are bound to the same data binding element. Now using JavaScript in designer....i would like to display one or the other, (possibly more) depending on value of the bound field....