Conditional Rendering of dialog boxes | Community
Skip to main content
Level 2
September 25, 2019

Conditional Rendering of dialog boxes

  • September 25, 2019
  • 1 reply
  • 6258 views

I have hit a bit of a snag in my learning in AEM and I am not able to figure out how to conditionally render dialog boxes in AEM.

Expanded tale. I am needing to send a query out to a database with the data inputted from the user. When that returns with the data that I need, I would need to render the dialog box with said data. Right now I am not able to find anything that would help me get going on this and I am seriously stuck. Any help is greatly appricated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
September 25, 2019

Could you use Render Condition to check for a particular property and base the display/no display on the result of the render condition?

See [1-2].

John

[1] Render Condition — Granite UI 1.0 documentation

[2] AEM Granite Custom Render Conditions - Adobe Experience Manager | AEM/CQ | Apache Sling

Level 2
September 26, 2019

That is close to what I am looking for but not quiet it. I am lookign to take input from dialog boxes and use that to render another with dynamically created data from the JCR