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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...