@Anudeep_Garnepudi , thanks for quick response , I understand Point 1 , Point 2 is the problem, it works fine for authoring via wrench icon, but not if you are authoring the component only via Inplace editing.
Yeah , the issue I am trying to tackle here is exactly same, author edits it via pencil, so basically he changes the text field alone, but when he open the dialog next time via wrench icon, he see that the dropdown is set to 1 instead of 5 (which as per him should not have changed unless he changed ...
Hi All I have a component which has two tabs Tab 1 - RTETab 2 - A dropdown with some values, let's say 1,2,3,4,5 For me 5 is the default value which the author should see when he opens the dialog. So I have set selected=true on this value Now I have inplaceediting enabled for the RTE. I have ...
Read all the articles and blogs mentioned above but make sure you start getting your hands dirty in AEM. If you already have the setup , start developing asap. Only then you will start getting more questions. When you struggle and face an issue, don't feel ashamed to ask and come back to the forum a...
@tarek , I remember facing a similar issue when I used to work with Eclipse. Only the older filevault version works with it. I think it is 2.4. something. But you should not face any such issue if you work with IntelliJ I believe
@sagrawal Could you please elaborate your requirement ? It will depend on what you want to do? Are you planning to migrate an existing website to an AEM website ? Or is this something else. I was involved in a migration in which the website content was provided to us in XML formats in more than 300 ...
@srinivas_chann1 You can use <template> in HTL to work with reusable piece of code in HTL . Please refer here https://docs.adobe.com/content/help/en/experience-manager-htl/using/htl/block-statements.htmlYou can pass parameters to the template something like belowTemplates located in a different file...
Hi Bikas One way to do this would be to create a custom workflow launcher to listen to the uploads under your project path and as soon as an upload happens you can re-write the file name, but make sure it doesn't conflict with the DAM Update Asset Workflows. ThanksVeena ✌