[jboss-user] [JBoss Seam] - Re: Breadcrumbs
gzoller
do-not-reply at jboss.com
Tue May 15 19:39:40 EDT 2007
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
More information about the jboss-user
mailing list