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#4025218

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025218
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to