[jboss-user] [JBoss Seam] - Page flow start-up scenario

ashok777 do-not-reply at jboss.com
Thu Dec 7 14:14:19 EST 2006


I am wondering how a page flow gets started exactly.

For the numberGuess example, is the following sequence of events corect

1. The following request is made: 
  http://localhost:8080/seam-numberguess/numberGuess.seam
  
2. The Seam interceptor gets the request. It looks for a 'numberGuess.xxx' view artifact and upon finding numberGuess.jsp renders that page

3. During the course of rendering that page, the numberGuess java bean component gets instantiated  and that in turn causes the 'numberGuess' page flow to be launched.
   
If this sequence is correct then it is the numberGuess.jsp that gets the ball rolling instead of the numberGuess page flow.
Then what is the role of the start-page element in the page flow?


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

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



More information about the jboss-user mailing list