Hi,My use case is that I want to use different authentication handlers for different sites. We already have SAML integrated with an IDP for one site. But we also want to use the OOTB Login component to authenticate users in the AEM User list. Right now SAML overrides everything.Any ideas?Brumoon
I try to nodes with property that contains some text with special character like ? + and !I have 4 nodes/tmp/exclamation[@prop="value with!"]/tmp/plus[@prop="value with+"]/tmp/question[@prop="value with?"]/tmp/string[@prop="value with string"]/jcr:root/tmp//*[(jcr:contains(@prop, 'with') )] return m...
I am not an IT person and probably will use the incorrect terminology but I am stuck and need someone's help. I am attempting to change a picture in CQ5 (edit a component). So I double-clicked the image and the edit component window opened. I pressed "clear" to remove the previous image and dragg...
Hi , I have a query where I want to hide the checkbox ,when multifield set is less than three. Can anyone please tell what validation or listeners to add in dialog.Regards
Hi AllI am working on CQ workflows to add metadata via dialog participant step. In my dialog I am adding a field with name="mycustomdata". When I submit the workflow step- I do not get it stored in the metaData instead it goes under history. So I can not get this data in the next step. I tried to ch...
Few Questions on tagging,1. Is there a way to have mandatory tags? , i.e, when an asset is uploaded is there a way that either a) a mandatory tag should be associated to the asset or b) when the user chooses tag for an asset from list of available tags, highlight the mandatory tag?2. Is ...
Hi,I need to automate content package creation. I understand you can do this through curl to create/build/download the packages, my problem is that I do not know how to add a filter via the Command line any examples would be appreciated. Thanks
I am working on a re-platform project and we are using Scene7 for our image repository. I am currently exporting our old material off and am noticing duplicate images in different folders. Is there any way to check for and remove duplicate images??
so i have a form on a page that grabs from the usergenerated content, the url for such a page is:/content/usergenerated/content/testpage/1382123150641_user_1.form.html/content/testpage/viewI want to redirect to the editing version of the form so i set up a hidden field with element name :redirect an...