Re: Re: How to reload all instances in a model on submit
Posted by lakshmipmandava on Mar 11, 2011; 12:19pm
URL: https://discuss.orbeon.com/How-to-reload-all-instances-in-a-model-on-submit-tp3345212p3347997.html
- I am making some changes in a page and clicking on submit.
- This submit action will call a rest service which will check if there is any conflict.
- If two users user1 and user2 are making changes in the same page, user1 clicks save first and later user2, then i need to intimate user2 that document is modified, reload instance, modify and then save.
The "status-info" instance can capture if document is modified and intimate by reading a log file. This is what i meant by "Reload" instance on click of save