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

DiegoCoronel do-not-reply at jboss.com
Sat Jan 12 13:52:14 EST 2008


i can see on \xx\debug.seam, i know its really weird, but    in this case its creating 4 conversations, and if i use more than one 

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

it is creating 4 conversations for each begin-conversation in my xml, sample:

  | <?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">
  | <begin-conversation join="true" flush-mode="manual"/>
  | 			<redirect view-id="/face/seguranca/aprovar_usuario/aprovar.seam"/>
  | 		</rule>
  | 	</navigation>
  |    
  | </page>
  | 

this is creating 8 conversations.

one more thing: im using war and my seam jars are in /deploy.

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

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



More information about the jboss-user mailing list