Hi @lax50 ,
Yes it is OOTB dependencies depends on the version of cloud ,If cloud server uses the old version then map the same old version to your main pom and also try to change the analyser version 1.1.2.
after that run your pipeline .
Hi @ParthasaradhiGa ,
You have to write custom logic on this field using java
if the path starts ("/content"/) then append with html extension and if the path does not start with ("/content"/) then keep it as it is.
example :
if(path.startsWith("/content")){path=path+".html";}else{path=path;}
Tha...
Hi @Mario248 ,
Please follow below steps
steps to include a third-party package in AEM as a Cloud Service:
Check the Adobe Experience Manager as a Cloud Service - Supported Integrations documentation to ensure that the third-party package you want to include is supported in the cloud environment. A...
Hi @test566 ,
Follow below steps
1.create the system user .
2 .creat the sling servlet in that create the session using service.
3.get the XF path using request object.
4.convert into the page object.
5 using bytecode array send to the request
6.using bytecode you con convert into string
Thanks,
Sa...
Hi @vijitha ,
As mentioned by @Umesh_Thakur you can get easily using SlingHttpServletRequest and after you got the value in the servlet then you can add those value into logger.
Please refer
https://sling.apache.org/apidocs/sling11/org/apache/sling/api/SlingHttpServletRequest.html
Hi @vinuu123 ,
There is some Sightly expression is failed due to that it throws an error.
check the Sightly code properly might be syntax is wrong.
Table component data is depend on the other pages/API if yes then check that page and API.
Thanks,
Sanjay