내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Page properties

Avatar

Level 2

Hi, is there any way to persist page properties in Crx on page creation?

I've created some properties but only after opening dialogs and save i obtain values in crx and can manage some logic into the page.

 

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi,

at which point are these properties available? When the properties are parts of the templates, you can attach them to the template (at page creation the template is copied over to the right location).

regards,
Jörg

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

CQ5  uses wcmcommand name createPage to create a page with default properties. If you have fields or properties in dialog, it won't be created until you open the dialog and hit OK button.

In order to have you persist data when creating the page you need to write custom wcmcommand which will be writing a custom java class to perform the action you need.

Your question is similar to the following post, please review the responses

https://forums.adobe.com/thread/1189446

Avatar

정확한 답변 작성자:
Employee Advisor

Hi,

at which point are these properties available? When the properties are parts of the templates, you can attach them to the template (at page creation the template is copied over to the right location).

regards,
Jörg

Avatar

Level 10

Avatar

Level 2

Thanks.

This seems the easiest way.