Its a dialog participant step, with a custom dialog path as below<type jcr:primaryType="cq:Widget" allowBlank="{Boolean}false" fieldLabel="Status" name="./jcr:content/status/propName" type="select" xtype="selection">This should add the propName property in at payload path/jcr:content/...
Arun PatidarLogged in as an admin user.Also I found its throwing persistence exception for the post call to the node.*ERROR* [0:0:0:0:0:0:0:1 [1567190881753] POST <payload path> HTTP/1.1] org.apache.sling.servlets.post.impl.operations.ModifyOperation Exception during response processing.org.apache....
Value not persisting in payload via participant step in aem intermittentlyA particular group user is not able to persist the value in payload using the participant step dialog.name property of the participant dialog is "name="./jcr:content/status/dummy".The value for "dummy" does not persist always...
Hi,Please help me with the curl command to install and upload package in nexus repository to my local AEM server.Command used:curl -u <userId>:<password> -F file=@"<complete nexus url for the package till .zip>" -F name="<name of the package zip folder>" -F force=true -F install=true http://localhos...
I want to create a timefield in touch ui dialog.I can do it in classic ui using xtype="timefield".Please suggest how can this output be returned in touch ui dialog
Hi,The bundle acs commons is in active state.I too have added the property suggested.But still the value is not persisted in dialog<usersubmenu jcr:primaryType="nt:unstructured" jcr:title="User Submenu" sling:resourceType="granite/ui/components/foundation...
I tried installing this version acs-aem-commons-content-3.14.8. from https://github.com/Adobe-Consulting-Services/acs-aem-commons/releasesBut still it did not workDo I need to install some other version or do i need to restrt the instanceACS AEM Commons 3.14.8
Hi Sahil,I am also facing the sam issue, the values are not getting saved in dialog, although they are persisted in crxde.Could you send the sample code.