Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ben99
  • Order by date
  1. ben99

    <%@ include..> equivalent in a custom Tag

    I have written a tag that needs to include pages in a static way i.e. like the <%@ include ..> directive. At present I am using pageContext.include() - this seems to try to evaluate the included JSP before including (i.e. like <jsp:include ..>) So is there a way to do a <%@ include ..>...
  2. ben99

    DOMSource creation

    I am trying to create a DOMSource from a Node pulled from an XML Document. I have a reports.xml file in the following format: <reports> <report name = &quot;report1&quot;> <!--report definition here--> </report> <report name = &quot;report2&quot;> <!--report definition here--> </report>...

Part and Inventory Search

Back
Top