April 10, 2020
Estimated Post Reading Time ~

Differences between Dialog & Design_Dialog

dialog:
The Dialog is a special kind of window with a form in the body and a button group in the footer. It is typically used to edit content, but can also just display information.

design_dialog:
design_dialog (nt:unstructured) -specifies the design editing options for this component.

1. How to retrieve values read from dialog (widget) to jsp?
Sol: String var= properties.get("<name of widget>","");

2. How to retrieve values from design_dialog to jsp?
Sol: String var= currentStyle.get("<name of widget>","");



By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.