1. Custom Tag and JRUN 3.1 coderanch.comHi, I am trying to run a custom tag in JRUN. I placed my jsp and dlt file in: JRun\servers\default\default-app\ and I placed my class file in: JRun\servers\default\default-app\WEB-INF\classes my dlt file looks like this: |
2. Tag File Quirks in JRun? coderanch.comI'm trying to get a tag file to work in a JRun 4 site, but I'm not getting past "step 1." My JSP is: <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %> caller |