Hi,
I've a simple question about redirecting to a website's page after a successful
action.
Here there is my code where I need some hint.
formDialogPresenter.start(contentConnector.getItem(itemId),
getDefinition().getDialogName(), uiContext, new EditorCallback({
@Override
public void onSuccess(String actionName) {
eventBus.fireEvent(new ContentChangedEvent(itemId, true));
formDialogPresenter.closeDialog();
//TODO: HERE OPEN A PAGE IN EDITING MODE
}
After the success of my action I need to open a node in the website in editing
mode?
What is the right way?
Thank you all.
Andrea
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=63e40ab3-a851-442b-b276-04f342e78109
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------