コミュニティアチーブメントバーを展開する。

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.