I know we can make use of required boolean property to make the field as required. If you dont enter any field in dialog, aem gives "Please fill out this field." as per the default implementation. Can we change this error message with any property? I referred this API link - https://helpx.adobe.com/...
I am doing some custom field level validation in touch UI. I can see the dialog-ready and foundation-contentloaded event fires before the dialog content is fully loaded which gives me empty value. I would want to know, Is there any event listener that i can use for triggering a call after my dialog ...
HI All, I am not using this repective maven dependency in POM file but it is adding in -jar in Maven Dependency.I am using AEM6.5 base project.any one idea how it is adding in the project ? I am unable to change this version.Thanks in advance. Thanks,Venkatesham.
Hi All, We have created a project with maven archetype-26 which created a module ui.apps.structure. The Jenkins server ran the "mvn clean install" command, picked up the ui.apps.structure package from the target folder and installed it in AEM. The filter.xml of ui.apps.structure has <fillter root="...
Hi Team, We are currently integrating AEM with angular.Hitting URL :http://localhost:4502/content/my-project/us/en/home.html page at which we are including the component(i.e. getting a current page method in sling model) but its returning always en.model.jsonResponse:Path: "/content/my-project/us/en...
We are using following URLs with selectors, but due to some reason its not taking “amp” characters in “slingRequest.getRequestPathInfo().getSelectors();” method. /content/site/en/home.username-camp.html /content/site/en/home.username2-lastnameamp.html /content/site/en/home.username3-lastampname.html...
Hi, I have created custom Dynamic Participant Step and getting user from arguments section from Participant chooser column and assigning flow to that person. This follow is working fine for single user but when I am passing AEM group. Workflow is not assigning to all person who all are in that grou...