[jboss-user] [JBoss Seam] - Re: Issues with SeamTest and Pageflow

gavin.king@jboss.com do-not-reply at jboss.com
Wed Oct 25 20:01:59 EDT 2006


OK, I believe everything is fixed now. I've just made some really significant (hopefully non-breaking) improvements to the test harness.

Direct use of new Script() is now deprecated, tests should start using new FacesRequest() and new NonFacesRequest().

Especially, if you have a pageflow that does redirects, you need to make sure that you process the work in two requests, a FacesRequest followed by a NonFacesRequest.

The good news is that pageflows are now really properly testable.

I'll document these changes tomorrow.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980873#3980873

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980873



More information about the jboss-user mailing list