03-20-2012 11:39 AM
Is there an operation that allow to visualize a page or a tab? I would like to create a chain that first acquires a lock (Document.Lock) and then visualizes the edit tab for the document.
03-22-2012 01:56 AM
Hi, that's a smart idea. But you will also have to unlock automatically after having clicked on a customized "save" button, won't you ?
To do what you aim at:
Of course, you need to be in a Seam context, that means that this chain will work if you bind it to a user action, and won't work if you bind it to an event listener (whose context has no notion of current tab in the interface).
To add a new button in the "edit" screen for saving, you can follow this how-to
03-22-2012 01:56 AM
Hi, that's a smart idea. But you will also have to unlock automatically after having clicked on a customized "save" button, won't you ?
To do what you aim at:
Of course, you need to be in a Seam context, that means that this chain will work if you bind it to a user action, and won't work if you bind it to an event listener (whose context has no notion of current tab in the interface).
To add a new button in the "edit" screen for saving, you can follow this how-to
03-22-2012 01:03 PM
Thank you very much (yes, I was also wondering about the unlock action
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.