I wasn't using nested conversations. I'm 100% in xhtml (not touching any Java code at this point in my app) so I changed my pages.xml to look like this:
| <pages> | <page view-id="/home.xhtml">Home | <begin-conversation nested="true"/> | </page> | <page view-id="/Timezones.xhtml">World Time | <begin-conversation nested="true"/> | </page> | <page view-id="/Foo.xhtml">FooBar | <begin-conversation nested="true"/> | </page> | </pages> | Different things are happening, but still getting non-working behavior. For example World Time page now just has 1 breadcrumb: World Time. FooBar now has 3--Two say World Time and one says FooBar, but all 3 point to Foo.xhml. ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045990#4045990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045990 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
