I had thought of that, I have only queried the JCR using SQL 2 from an OSGI bundle which I learn t from the AEM tutorials . I have never tried it directly inside of JSP as I do not know which classes I should use / import to run a SQL 2 query inside of JSP. If there is any documentation or example o...
I have adapted the List component to count a number of pages from a list of recipe pagescreated by authors under /content/en/all-recipes I start to count how many pages sit under /content/en/all-recipes as follows %><cq:include script="init.jsp"/><% Integer pageCounter = 0; List list = (...
I solved the problem. I added the widget to my dialog{ "jcr:primaryType": "cq:Widget", "name": "./replacementimage/sling:resourceType", "value": "foundation/components/image", "xtype": "hidden", "ignoreData": true}
Hi I have the following dialog where I have 4 tabs. 2 tabs have images. Tab1 , when an image is dropped into it, In the dialog the dropped image image still shows. I also do this with Tab3. I close the dialog and reopen it. There is now no image in the dialog tab "tab1". However the image I dropped...
Please forgive my terminology. For example I have In the console/bundles 397 Get WiGroup Specials Bundlegetspecials.nigeria.shoprite.getwigroupspecials1.0.0 Active In the console/services 2878[getspecials.nigeria.shoprite.HelloService]getspecials.nigeria.shoprite.getwigroupspecials...
I developed a basic project as an OSGI bundle. I tested it by installing it using http://localhost:4502/system/console/bundles. The bundle shows as active.Then I switch to http://localhost:4502/system/console/services and the services of the bundle show.Later after doing some development, my bundle ...
If I have a bundle imported into AEM using http://localhost:4502/system/console/bundles and I do not have any Interfaces exposed as Services but my bundle is active and has the package with my class in the export packages. The examples I have come across in the documentation use something like the b...