On 21.09.2005, at 10:33, Tomasz Mazan wrote:

Philipp Bracher napisaƂ(a):

see first:

http://magnolia.sourceforge.net/advanced/customDialogs.html

the look at onPreSave(), onSave() and onPostSave()

Philipp Bracher

I've read it. The issue is to build one _dialog_ with set of controls, and then save their values in one nodedata and - of course - be able to read nodedata, parse its value and rebuild dialog with controls initialized with those values

Then you must also override: DialogDialog createDialog(Content configNode, Content storageNode)

the configNode is the node containing the dialog definition the storageNode is the node where the data is persisted.

You must override onSave and createDialog.

But a serious question: why are you not using a common jsp or servlet in this special case?

Philipp Bracher

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to