I'm using binding source in an engine service (thanks Jesse!) and I have essentially the following:
IBinding binding = bindingSource.createBinding( page, "Page entity service", "spring:widgetService", BindingConstants.OGNL_PREFIX, null); But I get an exception: Unable to parse OGNL expression 'spring:widgetService': Malformed OGNL expression: spring:widgetService So it looks like it's ignoring my "spring:" prefix. But in my pages I use it all over the place with @InjectObject. Any suggestions? (btw, page is an IPage). -- Dan Adams Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]