Hi, KK
Getting hands dirty again with <cms:db_persist/> tag.
Now, my code is the following:
Can save that PARENT_ID to any field of that page but 'k_nestedpage_parent_id'.
Getting hands dirty again with <cms:db_persist/> tag.
Now, my code is the following:
- Code: Select all
<cms:db_persist
_auto_title="0" _invalidate_cache="1" _mode="create"
_masterpage="<cms:show SEO_TEMPLATE />"
k_page_title="<cms:show k_page_title />"
k_page_name="<cms:show k_page_name />_<cms:show k_page_id />"
k_nestedpage_parent_id="<cms:show PARENT_ID />"
/>
Can save that PARENT_ID to any field of that page but 'k_nestedpage_parent_id'.