How do I synchronize multiple ItemsGrid and Path components that bind to different EnterpriseItems beans?
Consider the following scenario: on a single JSP page, there are two ItemsGrid components and a Path component. The Path component, named path, and one of the ItemsGrid components, named foldersGrid, are both bound to the same EnterpriseItems bean, named folders. This EnterpriseItems bean represents a folder hierarchy within the Crystal Enterprise system that the user can navigate through using path and foldersGrid. Because the two components are both bound to the same EnterpriseItems bean, they are automatically synchronized so that when the user navigates with one component, the other component reflects these changes. However, the second ItemsGrid component, named reportsList, is bound to a second EnterpriseItems bean called reports, which represents a set of Crystal reports in any given folder. How can reportsList be made to work with the other components on the page? The solution is to synchronize the components in the correct order. To have the second ItemsGrid component, reportsL
Related Questions
- Is it OK to mix and match air conditioning components of different efficiencies? Just because my outside condensor unit is on its way out, does it mean I have to replace my indoor unit as well?
- Is it possible to procure the Clampcrete system components separately from different sources and still achieve the certified crash-tested system?
- How do I synchronize multiple ItemsGrid and Path components that bind to different EnterpriseItems beans?