How to update the tags in component when tags are moved in aem content/cq:tags/a to content/cq:tags/b ,considering component has couple of tag fields and it has to be updated ? These component references are not stored I checked all the ways but no luck! Please share me the solution if anyone has ...
@MaheshKPati , Please check if all the sites content is loaded in the stage where and all pages that asset references are there. Then check here in reference part. Let me know if it still persists
Below is the example snippet how to use logger with info similarly u can use for other levels too debug/error.import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@Model(adaptables = SlingHttpServletRequest.class)
public class GetUrl {
private static final Logger LOG = LoggerFactory.getLogge...
@RenjuSh In AEMaacs , devs dont need osgi console access and it is also not accessible to developers on cloud author environment . we just have developer console access in cloud. so the only way to push osgi configurations are through code
@Mahesh_Gunaje , Please check internet connection and try to download and it should be downloaded in case if you have not enabled blockers and check the space available on your system. Please share the screenshot of the issue if it still persists.
Check if the parent pom and core pom has values similar and check if that dependency is loaded in maven folder ,thenRebuild it with mvn clean install -Padobe -public . If the issue still persists check if that version is available or not (com.adobe.cq.wcm.core.components.commons.link,version=[1.2,2...
Hi @thatsmeadarsh , If property has to expose via page model json exporter ,you can use below snippet.Session session = resourceResolver.adaptTo(Session.class);
try {
Node node = session.getNode("/content/practice/us/en/test");
logger.error(">>>>> node.getName() = '{}'", node.getName());
logge...
sling:resourceType: Locate the resource to be used for rendering.sling:resourceSuperType: Locate the resource to be inherited, allowing us to override some of the scripts.