AM doing a customization of touch UI dialog where i am using some of the function in the dialog events. like below code. Where as i want to use the use function of JavaScript API to call some of the AdaptTo mechanism and use it in the Jquery level code. Will it be possible or it is tightly coupled w...
I noticed that org.apache.felix.scr is exported by one of the bundles in AEM 6.0 but not in AEM 6.3. There seems to be a bundle by name of org.apache.felix.scr in 6.3 also but it doesn't export the same package.Is this expected? Or this is a bug with my copy of 6.3?Should the org.apache.felix.scr ja...
In DamAdmin, select an asset, right click open it , there we have an option to upload custom thumbnail and renditions.Same thing I need to do using java servlet for any type of asset.Any help will be appreciated.Thanks in Advance!!
I am getting this exception in runtime while my project is built on aem6.1 and deployed in aem6.2 server.I tried using the aem6.2-uber.jar but it results in some other issues.Can anyone help on how to resolve the issue?
I have recently started working on AEM. I am creating a page template with a responsive grid system. I have followed all the points in the guide at the link Configuring Layout Container and Layout Mode. Still, the responsive grid system is not working perfectly.e.g This is what happens after I inser...
We would like to track vanity url usage through analytics. One possible solution that we see is to add the vanity url as query parameter to the resulting url. So for example https://www.my-site.com/my-vanity-url becomes https://www.my-site.com/my/real/page.html?s_url=/my-vanity-urlIs this feasible? ...
Hi All,In our project we have to manage large number of Assets so which Datastore is best to go with.1: Mongo Datastore2: File Data store3: Amazon S3 DatastoreAny suggestion would be of great help. Thanks in Advance
Hey Guys,I have been trying to capture select event on pathfield on TouchUI dialog, to populate next widget(textfield) based on the value selected in pathfield.I tried with adding class attribute on pathfield , and capturing the event on('change:value').I think this works well for with 'select' widg...