[jboss-user] [JBoss Seam] - begin-conversation starting 4 conversations

DiegoCoronel do-not-reply at jboss.com
Fri Jan 11 17:59:28 EST 2008


Hi, im with problems using begin-conversation in page.xml, im using it in my "search page".


  | <?xml version="1.0" encoding="UTF-8"?>
  | <page xmlns="http://jboss.com/products/seam/pages"
  |       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |       xmlns:s="http://jboss.com/products/seam/taglib"
  |       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd"
  |       view-id="/face/seguranca/aprovar_usuario/pesquisar_usuario.seam"
  |       login-required="false">
  |     
  |     <begin-conversation join="true" flush-mode="manual"/>
  |       
  |    	<navigation>
  | 		<rule if-outcome="aprovar">
  | 			<redirect view-id="/face/seguranca/aprovar_usuario/aprovar.seam"/>
  | 		</rule>
  | 	</navigation>
  |    
  | </page>
  | 
  | 
  | 

this code is generating 4 conversations each time i refresh my page, i tried to navigate and use end-conversation, but only one conversation is destroyed and when a come back to "search page" more 4 conversations are create. Any idea whats wrong ?

  | <begin-conversation join="true" flush-mode="manual"/>
  | 

ty, and sry about my english

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

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



More information about the jboss-user mailing list