do you have this path created /templatedata/whatever/newshape/... on both branches ? In the very beginning of the templating.cfg is a parameter for prune (typically set to yes). If that is set to yes and you do a new form, then TS looks for the proper folders before it offers this template as a choice.
[html][/html]This is the outermost attribute of templating.cfg file. Whats prune in this ? I never had to modify prune brfore.First time I am coming to know this parameter "prune".Can you pls show with an example where this prune parameter is and how does it affect display of choices ?thanks
do you have this path created /templatedata/whatever/newshape/... on both branches?
Thanks for explaining about prune-missing-files. So its set to default, which is false.I dont know what do you mean by "do you have this path created on both the branches..." If you are asking about templating.cfg file (As vpath is created here, if thats what you mean) then in my first post I have posted tye sample code. vpathis created upto capital_com. cpaital1 and capital2 are sub branches of capital_com. So I guess if vpath is created upto capital_com then whatever data type is added for capital_com branch, will be available as an option for all the workareas under capital1 and capital2 (Pls correct me if Im wrong). If you are asking something else, pls ask more clearly (its clear enough for those who know. I am confused) may be stating file name and location.Thanks.
<category name="intranet"> <locations> <branch vpath-regex="/default/main/(some|pattern|here)/.*" /> </locations> ...