I have a master slave templating scenario where my source code is in an admin branch. When the user invokes a template using File=>New Form Entry I dynamically create the path of the formapi script include. I don't use a "location" parameter as the target file is not residing in the branch from where the template is invoked. The path formed starts from the iwmount as follows - /Mount Name/Store Name/BranchMain/SubBranch1/AdminBranch/WORKAREA/ workareaname/templatedata/Category/datatype/js/formapifile.jsI am using Interwoven Teamsite 6.7.1 and the target platform is SUN OS 5.1Can someone let me know what am I missing here.
Yeah I tried all possible combinations - webserver, template-type but none of it seems to work. I also tried giving the full path of the js - http://servername/iw/cci/meta/injection/iw-mount/store/...and /iw-mount/store/...None of it seems to work.The path from iw-mount seems to work perfectly fine under windows environment but when I port my js to Unix it doesn't work. Any more thoughts on this.