Details
Description
In the dvdstore application, entering an invalid customer record causes the view to return to the home page.
Preliminary instrumentation shows the following sequence. In particular, home.xhtml should not be restored when the user is only interacting with account.xhtml. It may be due to fallthrough of an error case.
16:35:23,373 INFO [STDOUT] D2DViewHandler.restoreView /home.xhtml
16:35:23,408 INFO [STDOUT] Pageflow.navigate Page(account)
16:35:23,408 INFO [STDOUT] Pageflow.redirect Page(account)
16:35:23,408 INFO [STDOUT] Unfiltered URI: /seam-dvd/newuser/account.seam?conversationId=10&conversationIsLongRunning=true
16:35:23,417 INFO [STDOUT] D2DViewHandler.restoreView /newuser/account.xhtml
16:35:23,417 INFO [STDOUT] D2DViewHandler.createView /newuser/account.xhtml
16:35:23,428 INFO [STDOUT] D2DViewHandler.renderView /newuser/account.xhtml
16:35:23,638 INFO [STDOUT] D2DViewHandler.restoreView /home.xhtml
16:35:23,638 INFO [STDOUT] D2DViewHandler.createView /home.xhtml
16:35:23,641 INFO [STDOUT] D2DViewHandler.restoreView /home.xhtml
16:35:23,642 INFO [STDOUT] D2DViewHandler.createView /home.xhtml
16:35:23,654 INFO [STDOUT] D2DViewHandler.renderView /home.xhtml
16:35:23,656 INFO [STDOUT] D2DViewHandler.renderView /home.xhtml
Issue Links
- blocks
-
ICE-1810 Support Integration with JBoss Seam
- Closed
Requests for images (.gif and .jpg) are passing through to our Servlets with URLs indicating that they are for the containing page. I will now investigate why this occurs with Seam 1.2.1.