It should be that if you create a request-uri with the same name lower in the file than the <include> element, your request-uri should override the one from the included document. And if you're never calling the request-uri from components you haven't loaded, then you'll never have the error.
--- Adrian Crum <[EMAIL PROTECTED]> wrote: > At first glance this would seem like a logical thing to do. The > downside is you > would lose modularity. In other words, there may be complications > with > installations that don't mount all components. > > > Leon Torres wrote: > > Hi folks, I saw that an <include> directive is possible in > > controller.xml and was wondering if we should put all the Lookups > like > > LookupProduct in one xml for convenience. This will allow > applications > > to take advantage of all available lookups in the system without > having > > to duplicate the request and view maps. > > > > It would be nice to start organizing all these requests. :-) > > > > - Leon > > >
