You should do an integration test and use FacesRequest
String cid = new FacesRequest("/foo.xhtml") {
| ...
| }.run();
|
| new FacesRequest("/bar.xhtml", cid) {
|
| }.run();
and so on.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123374#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...