unable to see the content on page after page loading ? anyone can help me to resolve this issue. | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ritesh_Mittal

Hi @anilkumar0208 ,

 

Authoring dialog is to take input from authors for various properties and HTL is to create view using those properties values with HTML syntax.

 

Now, if the view is not loading, it means -

 

  1. HTL does not have any logic written to make the view OR
  2. You have some exception while building the view. It can be the client library/script issue, HTL syntax issue, Sling Model or anything which are used while implementing HTL logic.

If the point #2 holds true then you should find some exception reported in error logs file or on browser console.

 

Thanks,

Ritesh

2 replies

Ritesh_Mittal
Ritesh_MittalAccepted solution
New Participant
February 4, 2023

Hi @anilkumar0208 ,

 

Authoring dialog is to take input from authors for various properties and HTL is to create view using those properties values with HTML syntax.

 

Now, if the view is not loading, it means -

 

  1. HTL does not have any logic written to make the view OR
  2. You have some exception while building the view. It can be the client library/script issue, HTL syntax issue, Sling Model or anything which are used while implementing HTL logic.

If the point #2 holds true then you should find some exception reported in error logs file or on browser console.

 

Thanks,

Ritesh

DEBAL_DAS
New Participant
February 4, 2023

Could you please open this page using Page Information --> View as Published then you may see some exception on page and check the log file at same time error.log. 

 

Please post the exception here.