I have done some changes in my model and add id manually, and I guess I am close to get my result. At least I could get the list based on index. thank you.
Yes, I know the property has been set correctly. In service I have while loop with these:singleList.add(this.Info1);singleList.add(this.Info2);singleList.add(this.Info3);singleList.add(this.Info4);listOfLists.add(singleList);And they have set values which I can see in the logs/debugger & size of eac...
In sightly I have created another template and pass parameter to the next template.Still no luck to get list of list based on index which is passing correctly!<sly data-sly-test.listOfLists="${logic.listOfLists}"> <div data-sly-use.infoTemplate="info.html"> <sly data-sly-call="${infoTemplate.rende...
Hello All,I have a list which I call rows here, then inside that I have another list which is list itself, but I want to get specific index of that list based on outer list index.(rowsList.index), after that I will get the objects inside inner list to show props.But it is not going inside <sly dat...
Cool, I am using JDBC DataSourcePool... Then I am in good path. I had doubting because it was using in author mode, I liked to double check with folks here. Then we are good and I can close this question. Thanks Scott for your swift reply.
Hello all,I want to create a form page in /etc path for specific admin user, the form with couple of fields and submit data in mysql db.This is what I am doing here:I have created the form component 3 fields with add button. I have new page in /etc folder in my project folder which has sling:resourc...
I couldn't figure it out anything more, no more log or specific lines of code. Bundles looked like ok!Finally we have restart the qa publish environment and it works fine without issue.Thanks everyone.
Hello All,I have a new component in AEM 6.4 which works fine in author/publisher in local.Also it is fine in author/publisher in dev env. and when I go to QA env. It works and show correctly in author and wcmmode=disabledBut in publisher of QA, I will get this error and Page is not rendering...org.a...
Hello All,Is there anybody who has converted dynamicmedia component to sightly & touch UI./libs/dam/components/scene7/dynamicmediaI am trying to convert it, & add dependency which I need for import com.day.cq.dam.api.s7dam.utils.PublishUtils; in pom.xml. <dependency> <group...