• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Including JSP file in XSLT

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you describe how and when is this stylesheet used?
 
Why is the word "abbreviation" so long? And this ad is so short?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic