[jboss-user] [JBoss Seam] - Re: begin-conversation in wildcarded page elements

codelion do-not-reply at jboss.com
Mon Mar 5 16:42:56 EST 2007


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



More information about the jboss-user mailing list