Hi,
what is the syntax to import JAVA class from a library in to SHTML file.
in JSP we can import a class using page import = "org.apache.commons.utils;" %> , what is the syntax in SHTML
Regards
Venkat
Venkat, You should be able to do this by writing your own CustomerReport class (please see documentation and Collab install-included example). Please refer to the Collab Web interface customization guide for more details. (Page 69 under Creating custom tag methods). "The Vignette Collaboration SDK includes a class file called CustomerReport.java that you can use as a placeholder for custom tag methods"