As mentioned by Scott, please use Grid system by AEM. you can find lot of articles for this. however few points1. you can make use of bootstrap and pass the parsys as you mentioned above. that should also work.2. you can play with div and css and pass the parsys. ( you answer for -- Is there any way...
Hi, please double click on server and check the configurations. you can use the AEM & sling plugin in eclipse and do the import export from eclipse only. https://eclipse.adobe.com/aem/dev-tools/ Regards, Prince
- I will first go to design mode and will see if my components are included in that parsys. - if you have two parsys on page, like sightly and jsp. then in both the conditions you will have to include the components using the design mode. - also check the allowed parents or children property. - try ...
Hi Community,I want to create a scheduler by which I can remove a asset of specific extension from DAM in specific time duration.I am trying to do it. but getting failure.ResourceResolver writeResourceResolver;ResourceResolverFactory rrFactory;public void run() {/* creating a user to remove the ass...
Scott - code related to mail was already written by some other person. who is using MultiPart.well I am able to send email and also in click on submit, I am able to save the attachment in dam folder.and also able to send manually uploaded attachment with static path.now only action required from my ...
Hi Praveen,we are able to generate the pdf. and able to attach it.so its not necessary to do on fly. we can also save it for temp basis in crx and then delete.for now we have kept one pdf in crx dam and attaching it. now our challenge is to save a pdf in dam dynamically. and delete after sometime.an...
Hi Guys,I have one functionality where I have to click on submit button and generate email with attach a pdf.- I am able to send the email.- pdf contains dymanic content which is coming from API.- this pdf is working fine. only need to attach it in email on fly or saving somewhere. and delete auto a...