Hi folks, I was trying to pull some stuff straight in the RunData/PipelineData when I stumbled across different types of ECS references that are not really required for Turbine to function. Like RunData.addMessage() and friends and the Document handling in DefaultTurbineRunData. Most of the modules use ECS as well.
BaseJspNavigation.java BaseJspScreen.java DateSelector.java DefaultPage.java DefaultTurbineRunData.java Error.java InputFilterUtils.java InvalidState.java Navigation.java NavigationLoader.java RawScreen.java RunData.java Screen.java ScreenLoader.java SelectorBox.java TemplateNavigation.java TemplateNavigation.java TemplateScreen.java TemplateScreen.java TimeSelector.java VelocityDirectScreen.java VelocityNavigation.java VelocityOnlyLayout.java VelocityScreen.java VelocityXslLayout.java Do we want to remove these references? It should not affect a generic Turbine application much. The API of Screens, Navigations and Layouts would however change incompatibly. What is your opinion on this? Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
