OK Found the problem!
The problem is on my template
There isn't a way for category the document, so I named a div a cass with the same name of document
so with the standard template it run correctly.
What I nedd, if is possible in the future add a type for the document.
For example my articles have, instruction, warranty, price list..... and I'm interested to define some different type.
Now I use jquery for show or hide some docs based on the [TAG:DOCDESC1] value.... not so elegant
thanks for your excellent support
Fabio
The problem is on my template
There isn't a way for category the document, so I named a div a cass with the same name of document
<div class="Document [TAG:DOCDESC1]"><div class="DocumentDescription">[TAG:DOCDESC1]</div>[TAG:DOC1:<prop CssClass="DocumentIcon" />][TAG:DOCLINK1:<prop CssClass="DocumentLink" text="Download" />]</div>
But I can't use 2 times [TAG:DOCDESC1] , BUT THE SYSTEM DON'T RETURN AND ERROR.....so with the standard template it run correctly.
What I nedd, if is possible in the future add a type for the document.
For example my articles have, instruction, warranty, price list..... and I'm interested to define some different type.
Now I use jquery for show or hide some docs based on the [TAG:DOCDESC1] value.... not so elegant
thanks for your excellent support
Fabio