situation:When viewing the page in author/publisher (view-as published), the browser cookies are available in my filterWhen viewing the page via the dispatcher, the browser cookies are NOT available in my filter.filter class is located in com.myhost.core.filters.myfiltersI've added logging in my cla...
Hi guys, We've added a custom form action type (/apps/<project>/components/form/actions) to the list of form action types that show in the OOTB form container ActionType drop down.I want to hide some of the OOTB actions: /libs/commerce/components/actions/submitorder that show in this drop down. This...
Hello All - I have a component which captures the script/clientlib url (Based on taglib) from the author and evaluating the tags and load the respective script on the page. taglib.jsp<%@include file="/libs/foundation/global.jsp" %><%@ taglib uri="http://company.com/clientLib-taglib" prefix="evaltag...
I tried to reed from txt in a button action javascript like that: this.importDataObject("test.txt", "C:/Users/user/Desktop/test.txt"); var i = this.getField("rand").value; var oFile = this.getDataObjectContents("test.txt"); var cFile = util.stringFromStream(oFile, "utf-8"); console.println(cFile); v...
I have been writing slingservlets to do backend functions, and testing with postman.However, sometimes I need to create a test HTML page, e.g. with a form to upload a file.In aem its easy to create pages, but you can only add text/images, you cant edit the HTML.Looking in the project, I cant see an ...
Hello.Guys, please tell me. What could be causing this error?I add a component to a page and when I remove it I get an error.To work further I have to reload the page.There is an error in the logs:All bundles are active. AEM version 6.5.8Very grateful in advance.
Hi, I have got the requirement to set maximum timeout in my ajax call. 10Mbps = 1mB/s upload ... 1GB file = 14min upload * 2 = 28 min 10Mbps = 1mB/s upload ... 500MB file = 7min upload * 2 = 14 min 10Mbps = 1mB/s upload ... 5MB file = 4 sec upload * 2 = 8 sec How can I get the timeout using the ne...
Adding disabled=true on the date picker is not disabling the calendar icon Working fine in 6.5.3The issue is in 6.5.5Any issue reported related to this? Thanks,Kiran Vedantam