And if you have under a wildcard page, e.g.
<page view-id="/somedir/*">
| <begin-conversation join="true"/>
| </page>
a more specific page without begin-conversation, e.g.
<page view-id="/somedir/specific.xhtml">
| <param name="specificId" value="#{specificHome.id}" />
| </page>
does the specific page then still observe the <begin-conversation
join="true"/>?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025218#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...