Hi @Krm974 Can you please try by force re calculate // Delete the current row
_Row1.removeInstance(this.parent.parent.index);
// Force re-calculation of the form so row numbers update
xfa.form.recalculate(1);If you don’t want to recalc the whole form, you can loop through just the table rows and re...
Hi @VishnuRa5 Included file (conf.d\rewrites\test.rules) does not match any known file. Skipping symlinks resolution checks for global folder due to windows platform.This error occurs due toThe dispatcher validator cannot resolve Windows paths correctly.-The file path may not exist or be incorrectly...
Hi all,I’m trying to convert a PDF stored in AEM DAM to a JSON tree structure (pages → paragraphs → lines) using Apache Tika’s PDFParser. Below is the servlet code I’m using: However, when I try to parse certain PDFs, I’m getting the following exception:org.apache.pdfbox.pdmodel.encryption.InvalidP...
Hi @lax50 Adobe I/O AuthSet up a project in Adobe Developer ConsoleGet IMS credentials for Adobe Target APIs.Content Fragment serializationWrite a Sling Model/Service to turn CF JSON into the format Target’s Offer API expects.Use Externalizer to resolve publish URLs for referenced assets.Push to Ta...
Hi @Ganthimathi_R The max-age=300 is coming from dispatcher’s default caching (not Apache).In dispatcher.any, allow dispatcher to forward your custom headers instead of appending its own:/cache
{
/headers
{
"Cache-Control"
"Pragma"
"Surrogate-Control"
}
}Then your <LocationMatch> r...
Hi @FotisMa1 Custom Java predicates don't work in AEM as a Cloud Service with Touch UI `pathfield`. They were supported in Classic UI or older AEM versions but are ignored now. Touch UI only supports predefined client-side filters—no custom OSGi predicate injection. To filter pathfield options by s...
Hi @JaymeSantos 1. Allow Anonymous Access to QueryBuilderGo to: http://localhost:4502/system/console/configMgr/org.apache.sling.engine.impl.auth.SlingAuthenticatorIn Authentication Requirements, add:- /bin/querybuilder.json- /content/dam/my-project2. Login on 8443Visit https://localhost:8443 in brow...
HI @Divya_T13 In AEM 6.5, by the time `DamEvent.Type.ORIGINAL_UPDATED` or `METADATA_UPDATED` is triggered, the asset’s metadata has already been replaced, making it too late to capture the original values. To preserve existing metadata before it gets overwritten during a re-upload, you need to inter...
Hi @GaneshAn3 No, you can’t use XFA forms as web forms to collect data—they’re not supported in browsers and can’t be edited easily. Use Adaptive Forms in AEM instead. They’re responsive, user-friendly, and built for digital data collection. Regards,Karishma.