[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

msystems do-not-reply at jboss.com
Sun Mar 4 11:19:20 EST 2007


The behaviour for pages.xml have changed in 1.2.0 ! Because if I remove pages.xml everything will work out just fine.

pages.xml:


  | <!DOCTYPE pages PUBLIC "-//JBoss/Seam Pages Configuration DTD 1.1//EN" "http://jboss.com/products/seam/pages-1.1.dtd">
  | 
  | <pages>
  | 	<page view-id="/xhtml/account/create/agreement.jspx" action="#{accountBean.begin}"/>
  | 	<page view-id="/xhtml/account/create/create.jspx" action="#{accountBean.validatePageRequest}"/>
  | 	<page view-id="/xhtml/account/create/welcome.jspx" action="#{accountBean.validatePageRequest}"/>
  | </pages>
  | 

Something in pages.xml triggers the above problem (for each method call Seam creates a new instance of userDomain).


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

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



More information about the jboss-user mailing list