Component property not loading | Community
Skip to main content
sateeshk9319722
Level 2
August 19, 2019
Solved

Component property not loading

  • August 19, 2019
  • 5 replies
  • 3574 views

Hai all,

I added a component at template level. It is suppose to be inheritted to the child pages. The issue is "I am able to load the component and also clientlibs related to it but one property that is textField is not rendering."

Please help ASAP.

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 cal-netsolution

Hi,

If a component is added at template level, pages created using that template alone will get the component. If you want that component in child pages, there are different approaches, like iparsys etc. If you can share some snapshots of your issue, it will be helpful to look into it and find a solutions based on that.

Best,

Cal    

5 replies

cal-netsolution
cal-netsolutionAccepted solution
Level 2
August 22, 2019

Hi,

If a component is added at template level, pages created using that template alone will get the component. If you want that component in child pages, there are different approaches, like iparsys etc. If you can share some snapshots of your issue, it will be helpful to look into it and find a solutions based on that.

Best,

Cal    

sateeshk9319722
Level 2
August 29, 2019

Hi,

The property may be NULL. So we can check the NULL condition of that particular property.

By this way, We can achieve the above query.

Umesh_Sondhi
Level 4
August 30, 2019

Hi

Did you give the sling:resourceType for the given field ?

Thanks

arunpatidar
Community Advisor
Community Advisor
August 30, 2019

Are you using static or dynamic template?

Arun Patidar
Level 3
August 31, 2019

Post your code that you are using?