TS 6.7.1 SP2 Win 2003I have a question. This might sound stupid but is really a food for thought. Can one place the datacapture.cfg completly out side the teamSite store and use some means, some way to make the tempalting engine read this datacapture file and renader the TeamSite form? I want to completly bypass the use of "New Form Entry" and want to have the datacapture as a part of iw-home and not the store.This is not for any customer or a project. This question is just a product of my curiosity.
A normal best practice is to have the DCT (and TPL) as stubs in the local workarea and use inline (for DCT) and iw_include (for TPL) to reference another location.
If I'm correctly informed, it's impossible to use a chain/nesting of < inline>, meaning that the dct that you pull in via that stub/inline, can not itself contain < inline>. So using your approach, you can not use < inline> for its typical use, like loading select options from somewhere else... Isn't that a serious bummer?