[Apologies if this is a re-post. I think the original was sent when
the servers were down]
Hello,
I'm trying to use <tr:breadCrumbs> with the ViewIdPropertyMenuModel
per the example at:
http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/
content/navId.4/navSetId._/vtAnchor.CEGJGGDG/vtTopicFile.adfdevguide%
7Cweb_complex~htm/
My MenuModel, MenuItem, MenuModelAdapter, MenuTreeModelAdapter is
identical with the appropriate Trinidad import modifications. My
faces-config.xml is also identical although I'm just adding a single
menu item. I'm tracing through the execution and the MenuItem is
constructed properly and its viewId is being set correctly. However,
during the constructor of ViewIdPropertyMenuModel, the viewIdProperty
string is null which results in the warning message stated above.
The result is nothing is displayed for the breadCrumb, although no
exceptions or further errors are reported.
Before I trace through everything, I was hopeful someone might have
run into this before. A google search turned up a message indicating
the build may have been broken at some point, but that was back in
June so it was probably something else.
Thanks!