I have a parent node which has an archetype field where users can add categories.
Then on child nodes there is a DotNet CheckBox Picker that gets the categories from the parent, it does this with a method that gets the parent method from the current page's ID. Is it because the page isn't published and therefore doesn't have an ID yet?
Is there anyway to get the ID of a non published page so I can work out its parent?
nuPicker empty until after publish
I've created a nupicker checkbox list (DotNet CheckBox Picker) the values for it are populated but only after a page is published.
When I create a page the check box list is empty.
Thanks
Ben
Hi Ben,
How are you populating the data - is it based on the current node ? (as that won't be available until it's been published)
Hendy
I have a parent node which has an archetype field where users can add categories.
Then on child nodes there is a DotNet CheckBox Picker that gets the categories from the parent, it does this with a method that gets the parent method from the current page's ID. Is it because the page isn't published and therefore doesn't have an ID yet?
Is there anyway to get the ID of a non published page so I can work out its parent?
is working on a reply...