You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Monang Setyawan <if...@students.if.itb.ac.id> on 2003/07/23 13:19:24 UTC

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(PageContextImpl.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 ApplicationResource.properties in WEB-INF/classes, and 
I've check everything else.

Any idea?


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org