I'm looking for a way to get notified when a document's URL (XModel.getURL()) changes, usually after the user saves the document via save as (or save in case of a new document). I tried an XStorageChangeListener, but it's not triggered in this case. The only other thing I can think of is to catch the dispatches for Save and SaveAs, but that's not pretty and doesn't catch changes to the URL via API.
Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
