If you ever asked yourself how to internationalize or globalize your ColdFusion apps (i18n or g11n), have a look at Jason Sheedy's ColdFusion Resource Bundle Manager. Resource Bundles are the defacto standard to fulfill those tasks in Java applications and FarCry makes use of RBs very intensively. Jason's code is a great way to get your feets dirty with this technology and to get an idea how it works!
CF_TWOSELECTSRELATEDFF
Finally I packed my code of the two related CFSELECTs into a more flexible and maintainable custom tag. Feel free to download it, play with it or extend it, basically do whatever you want with it ;) Any comments, feedback, requests etc. very welcome.
Here's a zip file containing the customtag, a testpage and the sql to create two tables in mysql to play with the testpage.
