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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
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.
Hi
Did you give the sling:resourceType for the given field ?
Thanks
Are you using static or dynamic template?
Post your code that you are using?