I logged an enhancement request for the Mach-II plugin last night. http://code.coldspringframework.org/browse/CSP-76
In my applications, ColdSpring typically manages all my objects including helper objects like UDFS, session facades and i18n stuff. Sometimes I need those utility objects (like a UDF) in my views and the easiest manner to do this is to create a Mach-II plugin that defined in my XML after the CS plugin to grab the beancontainer (from the Mach-II property where the CS plugin set a reference to it), get the bean I want and then set it to the Mach-II properties. So I end up with this little helper plugin which I've used since I started using ColdSpring over a year ago. I was thinking it would be nice if the ColdSpring plugin would just pull the beans I wanted and stick them into the Mach-II properties. So there would be a new optional parameter. See the example on how I envisioned it on my first pass. Any comments? -- Peter J. Farrell - Maestro Publishing http://blog.maestropublishing.com -- Co-Host of the ColdFusion Weekly Podcast http://www.coldfusionweekly.com
