Hello! I am trying to use the striketrough tool on some text fields in a dynamic PDF form so i printed it as PDF to activate the tool (in the dynamic state this tool is not available) and when i select the text, the empty text fields are being ignored(see the picture below): Is there a way to make ...
Hi Team, Is there any way to automate 301 redirects validation? For eg: We have migrated old website(non-aem) to new(AEM). We have written 301 redirects at Dispacther layer. Right now we are checking manually. Does AEM provides any other way to validate all rules automatically? TIA
Hello All, I have requirement where in I need to show dropdown list in autocomplete filed. I have a json file in the repo. which provids the search result. in this case I have to filter the search text in the json and recivie the required data and show in the dropdown. With datasource i am not...
Hi All,Just a quick question. Is there a way I can have PDFs open inline instead of as a download inside the author/view as published section of aem. I have these opening inline in our live site via a dispatcher rule, not sure where to apply this for the author itself Any help would be appreciated.
Created a multifield widget with res type - granite/ui/components/foundation/form/multifield I have a typehint property set to store as string[] if i have just one multifield entry used https://www.flexibledesigns.rs/string-array-type-for-multivalued-properties/ I also had to ensure i added to the e...
Hello Community, we're testing new Service Pack 15 for AEM 6.5 and I think we've ran into an issue. On a regular sandbox instance with no custom code deployed and 6.5.15 serivce pack installed on top of 6.5.11, when I attempt to create a language copy of a page under We Retail project, as a resu...
Hi I created a AEM servlet to call a external API and I tried to test it on local, my problem is that the CloseableHttpClient can not be executed. @SlingServlet(paths={"/bin/test01"},methods= {"POST"},metatype=false) public class OauthAuthServlet extends SlingAllMethodsServlet { /** * */ ...
/wildcardselectors { /type "deny" /url "/content*" /selectors "*" } hi folks, what additional publisher rules filters should I add to allow DAM images with dots in them i.e. blah blah .something.2000X3000.jpg or is this disapproved of? Maybe /wildcardselectorsdam { /type "allow" /url "/cont...
Hi I am new to AEM, I created a AEM servlet and try to call a third party API to get a Oauth Token @SlingServlet(paths={"/bin/test01"},methods= {"POST"},metatype=false) public class OauthAuthServlet extends SlingAllMethodsServlet { /** * */ private static final long serialVersionUID = ...