[coldbox:17688] [Coldbox-3.5.1] Best way to put ColdBox setting into ColdSpring component?

I’ve never used ColdSpring, so I’m afraid I’m not much use there, but what you want is easy in WireBox.

property name=‘mySetting’ inject=‘coldbox:setting:mySetting’;

Did I mention the CF Builder Platform Utilities come with a tool that let you right click on your ColdSpring XML config and will automatically convert it to a WireBox programmatic binder config? :slight_smile: :slight_smile:

Thanks!

~Brad