Hi,

 

I tested the "myfaces-orchestra-examples-project" and the "Trinidad
FacesGoodies by Matthias Wessendorf". Both demos don't work correct for
me, look at my test cases:

 

(Tested with Tomcat 6.0.14 and jdk1.6.0_03)

 

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"

 

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

 

Reply via email to