I have a working project in myeclipse and trying to use IBM RAD websphere 6.0. The app deployed and ran ok, but when i click on one of the function, i got this error message:
com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /com/company/application/admin/addReport.jsp: /com/company/application/admin/addReport.jsp(57,28) –> JSPG0123E: Unable to locate tag attribute info for tag attribute paramName_. at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.validateCustomTagAttributeValues(ValidateVisitor.java:1802) at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.visitCustomTagStart(ValidateVisitor.java:305) at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:253) at com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:286) at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:254)
It seems like it can’t find the tag in the JSP that the action is taking place. is there something i need to be aware of when doing integration from myeclipse to websphere? Please advise.
Thanks.
Thien