RexinCP
New Creator

Detect changes after a user edits a Content Page form

Hi,

I'm trying to detect changes when a particualr user clicks the "save" button after editing the form of a content page. I've tried a Store Listener but it doesn't seem to be firing on this event. I'm not too sure if I haven't registered the listener properly, or the Store Listener just doesn't fire on this type of event.

Any help would be appreciated :).

Thanks!

0 Kudos
1 Reply
Hendrik
New Responder

Hi,

usually the elementChanged(de.espirit.firstspirit.access.store.StoreElement) should be called immediately in the client where the changes has been performed. Listeners in other clients will be called delayed when a refresh on the appropriate store, where the listener is registered, will be performed manually or triggered in any other way. Check your code if you register the listener on the current store, not on the release store.

Whats the purpose of the listener?

BR, Hendrik

0 Kudos