Forum OpenACS Development: Setting custom resource directory for custom formtemplates

Is there a way to store a custom formtemplates in a custom directory? The style-attribute seems to set a fixed file_stub, that forces me to use the standard resource/forms directory.
As a hack, you can use a relative path like this:

<formtemplate id="basic" style="../../../my-package/www/my-form-template"></formtemplate>

This is one of those relatively minor but annoying issues we should address in 4.7, so feel free to file a feature request in the 4.x bugtracker, Aldert!