> Test case I: FacesGoodies > > > > 1. Create user "user1" > > 2. Create user "user2" > > 3. Edit "user1" > > 4. Press button "Next" > > 5. Press button "save" > > 6. Edit "user2" -> I still edit the user "user1"
yes! that I just noticed as well. Wasn't the case at the beginning of the month "November". Can you file a bug! -Matthias > > > > The user object is stored in a bean named "editor" with the scope > conversation.flash, this conversation should end after pressing save, but it > does not. One solution is to invalidate the conversation manually, but then > the feature of the conversation.flash is not used. > > > > Test case II: myfaces-orchestra-examples-project - petstore > > > > 1. Enable administrator mode > > 2. Create Customer Group > > 3. Create Product > > 4. Go to Edit or Detail Page > > > > The result is a detail page without product set, because the url is wrong: > > > > ../mops/ProductDetail.faces?productId=&conversationContext=12 > > > > the url should be called: > > > > ../mops/ProductDetail.faces?productId=2&conversationContext=1 > > > > In the "myfaces-orchestra-examples-project - A Voting Machine" I've got the > same issue. > > > > Many thanks to any advice > > > > Jonas Esser > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

