make sure your custom tag is defined in web.xml and the
ApplicationResource.properties file is defined in struts-config.xml

-----Original Message-----
From: Monang Setyawan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 7:19 AM
To: Struts Users Mailing List
Subject: pleeeez



I'm stuck w/ this:

15:32:07,375 WARN  [jbossweb] WARNING: Exception for 
/naker/test.jsp
java.lang.NoClassDefFoundError: javax/servlet/jsp/JspContext
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1627)
        at java.lang.Class.getDeclaredMethods(Class.java:1114)
        at java.beans.Introspector$1.run(Introspector.java:1103)
        at java.security.AccessController.doPrivileged(Native Method)
        at
java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1101)

I've got that when i use custom tag in my page.


and this:
15:33:00,484 WARN  [jbossweb] WARNING: Exception for /naker/
javax.servlet.ServletException: Cannot find message resources under key 
org.apache.struts.action.MESSAGE
        at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:533)
        at org.apache.jsp.index_jsp._jspService(index_jsp.java:74)
        at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


I've put my  in WEB-INF/classes, and 
I've check everything else.

Any idea?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to