Jose, This looks like a packaging issue. If you've compiled your bean in src/mypackage/feijao with a package definition of src.mypackage.feijao, then you'll need to place the class file in:
WEB-INF/classes/src/mypackage/feijao/beanclass.class where the WEB-INF directory is the one that lives inside your particular web-app. HTH /mde/ just my two cents . . . . --- Jos�_Moreira <[EMAIL PROTECTED]> wrote: > Im building a simple test with the jsp sample app > just by adding a custom > bean and a test.jsp but i get : > > > java.lang.NoClassDefFoundError: src/mypackage/feijao > at > java.lang.Class.getDeclaredConstructors0(Native > Method) __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
