Question
When building a custom JSP page what do you need to include?
I thought you only needed to include
<%@ include file="/netmarkets/jsp/util/begin.jspf" %>
and
<%@ include file="/netmarkets/jsp/util/end.jspf"%>
and that would include all the additional files to make your page look like a standard Windchill page. What else should I be including, any javascript or css files or other jsp/jspf files?
Thanks,
Steve D.
