I tried with miscadmin I tried with tagging option in new aem touch ui way . In both cases it is getthing created under etc/tags by defualt while creation it is giving tag path etc/tag by default ..not giving option to chnage it to /content/cq:tags P.S. I know reading it in java is not problem beca...
I want to get all the url/href used in a aem page .....so i thought to access it through jsoup but it is giving me all loginform document =jsoup.connect("http://ocalhost:4502/content/we-retail/en-us.html") it means not able to login inside the aem I tried to create session object that also didnt w...
tagmanagerobject.resolve(tagid) return ing null everytime.... I m using 6.4.1 Code is written inside active method and in class we are using wcmusepojo by extending it..... We got tag manager as getresourceresolver. Adapto(TagMAnager) Other points which I strict verified I m running my code in lo...
FYI... I am using the CQ tag manager api... Tagmananger.resolve(tagid) this is returning as null everytime ... I mrunning in local as admin.... All tags are there I checked strictly.... Admin has all the permission .... Tagid is also correct like namesapce:fruit/apple kind of...... What can be probl...
I am not able to add js to my dilaog ..I tried includeclientlibs node and categories=cq.authoring.dialog as well .... Please let me know if I m missing something here dialog validation
I am wondering where can we use OSGI component in real time scenerio...like I know where to use services .....i can make a service (java class) and i can use it multiple times for different different component and in model ...but when we go for component ...supoose we go for component and we make a ...
hey actually for esting purpose i have created the workflow and process steps and all ....editing the workflow is also i know ....but what i want that how in real time project we can overlay any workflow ?suppose any workflow which is in etc how to overlay means in which location apps ?and start add...
1) What can be the best way : chnaging or customising the OOTB workflow (I dont think so its good idea )OR overlay the whole workflow in our project and customised it ?Please provide any link which can describe how in a project we can overlay the OOTB workflow and customise it according to the requ...