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

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM multifield

Avatar

Level 2

Hi,

Can we use both dialog and cq:dialog for mutlifield using wcmpojo class for the component developed using sightly?

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Yes, you can use. Dialogs are just a way to input/author data.

If your both dailogs multifield data are getting saved either as as JSON or Node, Then there won't be any issue reading that data using WCMUsePojo or model or if it is getting saved differently then don't use both dialog otherwise there would be chances of inconstancy of data while authoring using different UI.

Arun Patidar

AEM LinksLinkedIn

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

Yes, you can use. Dialogs are just a way to input/author data.

If your both dailogs multifield data are getting saved either as as JSON or Node, Then there won't be any issue reading that data using WCMUsePojo or model or if it is getting saved differently then don't use both dialog otherwise there would be chances of inconstancy of data while authoring using different UI.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 2

Thanks for your response.