Hi all,
I am having a major problem trying to include a
JSP file in my XSL. Im using wsad dev environment. I am using the following
<xsl:template match="/">
<xsl:text disable-output-escaping="yes">
<%@ include file="/WEB-INF/statementsApp/content/jsp/pagedefs.jsp" %>
</xsl:text>
<html:form>
etc
The jsp file includes my taglib declarations. html:form does not seem to be recognized still and I dont know why
Any ideas...please!