Happy Thanksgiving! I shouldn't be working but this issue is driving me nuts and I'd love to figure this out.I have a use java class that has a method called getPage. The code is below. The idea is to get all the child page underneath the page where this component lives. public List<Page> getPage() ...
I can't verify in ClassicUi since the component wasn't made for it. I'll have to add some classic ui only code to render to try. In the meantime, should I file this as a bug with Daycare?
Not sure if these is even possible, but I want to include a component on a template so its on every page by default. But I also want to give content authors the ability to overwrite the content using the dialog box. Is this possible?Currently,I'm using this code on my base page template<div data-sly...
I can't figure why this Null Pointer Exception is getting thrown when a user try to access a folder in the dam. I am logged in as admin and this folder was working yesterday. This is only occuring on our QA server. The dev server has the exact same code package and the folders work. QA is open to re...
Hello Working on a dialog box and I have a select box with two options. How can I clear the previous data when a user comes back into the dialog and selects the other option? I think this may requires some clientside js, but I want double check. <cta1InternalExternalSelect jcr:primaryType="nt:unstru...