Hi,
I'm looking for a way to develop custom dialogs using webscripts.
I'm used to develop webscripts, and associate them with spaces for custom dashboards. And this works pretty well.
Now, I have to develop some new dialogs (to edit custom person properties, and for other specific purpose), and I would like to use the same webscripts techniques to avoid the jsp/jsf complexities.
My problem is to insert the webscript in the normal Alfresco frame (title bar, navigator, bredcrump, …). I tried to use the dialog framework, but my webscript can hardly react to OK and Cancel button clicks, since they instead trigger the backing bean finishImpl method.
Am I on a wrong track ?
Denis