Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Entire html is wrapped by div tag on "viewsourcepage"

Avatar

Level 2

Hi,

I have 404 page in AEM 6.2 and if I change 404 to some random errors.html it is redirecting to 404 page. I have observed that the html is wrapped by <div> tag on viewsourcepage. Any solution to get rid off div tag ?? I have tried with cq:noDecoration: {boolean} true also unfortunately have noticed side effects on component level. So looking for any other solution.

Below is the sample viewsourcepage code:

1645036_pastedImage_0.png

--Santhosh

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

The div tag is above doctype, so seems it is not related to aem components. You need to check the template/jsp files which are rendering for 404 page and there might be empty div added which needs to be removed to get rid of that.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

The div tag is above doctype, so seems it is not related to aem components. You need to check the template/jsp files which are rendering for 404 page and there might be empty div added which needs to be removed to get rid of that.

Avatar

Level 2

Hi Ravi,

I have verified @ template/jsp level also, no root cause have been identified. template is looks good.

any other potential area would you recommend ??

--santhosh

Avatar

Community Advisor

Hi Santhosh,

404 page mostly do not use any template. You may need to check whether the redirect is happening from apache or there will be 404 file under /apps/sling/servlet/errorhandler/404.jsp (in my case). You can check the 404 jsp files.