In my web application, my view file 'views.xml' imports two other files: views-templates.xml and views-menus.xml. However, the XML file views.xml does not validate for, it cannot see beans that are defined in the other two files. I keep getting the following error:
"An element with the identifier "detailMenu1" must appear in the document."
Note that detailMenu1 is defined in views-menus.xml.
I am using spring 1.1.2.


Reply With Quote