I have to override and modify getExportedPath() present inside spa page core model. I cannot find that in my import. I can find core component page but not the aem.spa.project.core but I can find the dependency are available even in system/console/bundle it is available and active For dispatcher I n...
@DPrakashRaj Request and access log are empty of publish, whenever I request 4503 then only it is printing someting. On hitting dispatcher url no log is printed on request.log and access.log
@purnatummalapalli How can I verify that request is going to publish. Currently, I just have a dispatcher which is handling everything. <IfModule mod_rewrite.c>RewriteEngine on # rewrite for load root page RewriteCond %{HTTP_HOST} !^localhost RewriteRule ^/?$ http://%{ENV:SAMPLE_HOST_...
@DPrakashRaj How can I verify that?My Dispatcher code<IfModule mod_rewrite.c>RewriteEngine on # rewrite for load root page RewriteCond %{HTTP_HOST} !^localhost RewriteRule ^/?$ http://%{ENV:SAMPLE_HOST_PREFIX}%{HTTP_HOST}/us/en/home.html [R=301,L] # rewrite for redirect wrong l...
Hi @rawvarun Yes, I check that solution out. My model json and the path are the same as well as there are no errors on the Dispatcher log. For frontend changes, I followed https://experiencing150.rssing.com/chan-25971229/article453.html
I have written Dispatcher rewrite to shorten the URL. Urls are being shortened but the page is not rendering anything it is appearing blank.Model JSON is loading fine on both Publish and Dispatcher content is exactly the same. Screenshot is attached below On Publish envOn Dispatcher What shall I do ...
I have a scenario where I have 50-100 news pages now I want to create news listing component with the server side pagination using servlet or sling model with the limit of 10 news. I want to know can I achieve this if have any example of code. It would be great. Thanks
In RTE I have one scenario where in ParaformatI want to add class name="para" when the Paragraph is selected, <p class="para">TEXT</p>when Quote is selected <quote class="quotations">How can we do that in RTE?