Re: AEM 6.4 form submission to Rest endpoint via sling servlet
package com.test @Component(service = { Servlet.class }, property = { "description=Test Servlet","sling.servlet.methods= {GET , POST}",...
View ArticleRe: Test shows in Target window but not when I go to my website.
If you have response tokens enabled or the ttMETA html offer enabled, can you try debugging via that? Response Tokens:...
View ArticleRe: How to define new placeholder for replication Agent?
Have you seen ACS flush rules tool: Dispatcher Flush Rules
View ArticleRe: Query Regarding Backward Compatibility Package and 6.5 Upgrade
An in-place upgrade will not break your application logic. AEM 6.5 code will continue to reference the old locations until the modifications are implemented as part of a customer release.You will have...
View ArticleRe: How to Write urn:nms:rtEvent in Javascript Activity
Hi rajadobedev Something like try { logInfo("PREPARING SESSION"); var cnx = new HttpSoapConnection("https://INSTANCEURL/nl/jsp/soaprouter.jsp"); try { var session = new SoapService(cnx,...
View ArticleClarification on Dispatcher Allowed Clients with DNS/Hostname
We have configured using IP in allowedclients section of dispatcher before and it worked fine when dispatcher flush is trying to talk. Now planning to move to AWS as part of that we are trying to...
View ArticleRe: Issue connecting to Microsoft translation service
* Could there any proxy related issues?* Are you using any adblocker in your browser?* Are you running into translation issues only on a specific page or is it for all other pages too?* Is the correct...
View ArticleRe: Not able to call js function after dialog close.
readystatechange could be helpful:Document.readyState - Web APIs | MDN
View ArticleRe: Failed to read artifact descriptor for...
* Which version(major & minor) of AEM are you using? Uber jar version should exactly match the AEM version.* The respective uber jar dependencies can be found here:Maven Repository: com.adobe.aem »...
View ArticleRe: PDF form - email subject line = field
You can download the sample from one of Paul's responses further up this thread.
View ArticleRe: Drop Down List With Multiple Email Addresses
You can download it here … https://forums.adobe.com/thread/340466#3047322
View ArticleRe: Email Notification Template
Hi Arun, But the host.prefix says it is deprecated in the console. Is it ok to keep using it even on 6.5? And also I have tried to use my own host url prefix and what I get in the email is the same:...
View ArticleRe: Restore Default ACL Permissions In Publish For Anonymous User
Hello, Check the "Include principals" box (value changes to true) and try again. Regards,Vishu
View ArticleUsing Arrays in ContextData
I am working on an anlytics implementation using the Adobe Mobile SDK v4.x (iOS/Android) We have a class that outputs a CEDDL (https://www.w3.org/2013/12/ceddl-201312.pdf) like datalayer as a context...
View ArticleRe: AEM 6.4 form submission to Rest endpoint via sling servlet
so I have got it to work with the followingin your servlet code add the following lineresp.sendRedirect("/content/forms/af/amortization.html");// you will have to replace the form name with your form...
View ArticleRe: Issue connecting to Microsoft translation service
Hello, What is the complete error message? Try to test the connection from the Microsoft translation configuration in AEM.There are a few reasons for 400 according to doc...
View ArticleRe: Freeform table shows incomplete columns
Thanks. The default metric only shows 5 columns - but we have more on both metrics and dimensions. No matter which way I display (column or row header), I would still need to show all. See example...
View ArticleRe: Issue connecting to Microsoft translation service
What I submitted is all we get back. The rest is just the stack trace that's thrown with the exception. 12.12.2019 10:50:54.758 *ERROR* [JobHandler:...
View ArticleRe: Freeform table shows incomplete columns
Are you certain you followed the steps that I showed in the screenshot above? To the extent that you could see '23' or '24' as in the screenshot?
View ArticleRe: Freeform table shows incomplete columns
Hi, thanks it works! Does it mean that every metric/ dimension that has more than 5 rows/ columns of data need to run through by columning first? Then bulk-drag them to row? - thank you -
View Article