I have a problem with an application developed with Demoiselle and I believe it is related to the ManagedBean scope.
I did the test in the example application (Bookmark) and the same problem occurred (I just created the demoiselle-jsf-parent-based project and executed it).
When I open the same record (edit screen) in two browser windows (same browser and same session) and go back to the first tab clicking save it seems that the system loses the reference to MB by creating a new instance instead of update.
I will describe how to simulate the problem so that someone can help me understand it:
What is the best way to solve this problem?