Hello Everyone,Can you help me fix '[WARNING] Unable to read SCR descriptor file from JAR File' ?[INFO] --- maven-scr-plugin:1.20.0:scr (generate-scr-descriptor) @ afa-common-bundle ---ERROR: ''[WARNING] Unable to read SCR descriptor file from JAR File C:\Program Files\apache-maven-3.5.4\repository...
There are any performance issue in the below sources?public static JSONArray fetchMenuCollections { ... object.put(Constants.PROP_MENU_ITEMS, DataRetriever.fetchMenuItems( builder, resolver, terms, relPaths, ...
Hello Everyone,Can I ask a question ?I want to display menucollection and menuitem on restaurent page like the below that.For Example, In restarant1 Page. 1.Menu Collection 1 1.1.menu Item 1 1.2.menu Item 32. Menu Collection 3 2.1.menu Item 2 2.2.menu Item 3menucollection has collection(ex:restaura...
Thank you for everyone.I fixed the error.E:\02.Canada\01.Eom Chung Yong\01.Company\01.Webconsol\90.Source\RCC-Solution-POC\apps\src\main\content\jcr_root\etc\designs\rccexcaliburpoc\components\venue\js\venue.js$(".perform").click(function(){varships=$('#ships').val();alert("ships:"+ships);//UseJQuer...
Hello Everyone,Can I ask a question ?How can I fix javax.jcr.nodetype.ConstraintViolationException: No default node type available for /bin/rcc ?24.12.2018 12:58:45.547 *ERROR* [0:0:0:0:0:0:0:1 [1545674325541] POST /bin/rcc/solution/poc/venue HTTP/1.1] org.apache.sling.servlets.post.impl.operations....
Thank you for reply.I have another question.When I click [Post to servlet],val1 is undefined.test.html <form> Value1:<input type="text" id="v1" name="v1" value="AL" /> Value2:<input type="text" id="v2" name="v2" value="OA" /> <input typ...
Hello Everyone,Can I ask a question ?I want to know how to call ajax when I click a button in aem programmatically?Can you show me the source codes for it ?