Hi,
I'm having a problem trying to access class files from another project.
I'm using RSA and here are my projects:
Test - contains general
java files. added to TestEAP as jar file(Test.jar)
TestEAP
TestWeb - contains all web related files
I'm trying to create a custom tag w/c is on the Test project. Basically what i want to happen is to be able to access classes in the Test project from my TestWeb project. I.ve already added the Test.jar as module dependency in TestWeb. Test is also in TestWeb's build path.
Below is the error i'm getting:
com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /WEB-INF/jsp/header.jsp: /WEB-INF/jsp/header.jsp(5,1) --> JSPG0009E: Unable to load tag handler class com.tags.MyTag
Thanks in advance! Hope you guys can help me.