Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-10 Thread Arpan Debroy
I guess you can try to add "commons-beanutils-core.jar" file and check again.. On Feb 9, 2008 4:40 PM, hardc0d3r <[EMAIL PROTECTED]> wrote: > > antlr.jar > commons-beanutils.jar > commons-digester.jar > commons-fileupload.jar > commons-logging.jar > commons-validator.jar > jakarta-oro.jar > jstl.

Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-10 Thread Dave Newton
Struts 1? Struts 2? I don't see anything Struts-related in the stack trace; does this happen on any of the other app pages? Have you tried asking on a NetBeans list since NetBeans configured your app? --- hardc0d3r <[EMAIL PROTECTED]> wrote: > Anyone? Please? > > hardc0d3r wrote: > > > > antlr.j

Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-10 Thread Antonio Petrelli
2008/2/10, hardc0d3r <[EMAIL PROTECTED]>: > > Anyone? Please? Try to remove and republish your webapp. I don't see any obvious error in your configuration. Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-10 Thread hardc0d3r
Anyone? Please? hardc0d3r wrote: > > antlr.jar > commons-beanutils.jar > commons-digester.jar > commons-fileupload.jar > commons-logging.jar > commons-validator.jar > jakarta-oro.jar > jstl.jar > mysql-connector-java-3.0.17-ga-bin.jar > standard.jar > struts.jar > > xniit2003 wrote: >> >> Can

Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-09 Thread hardc0d3r
antlr.jar commons-beanutils.jar commons-digester.jar commons-fileupload.jar commons-logging.jar commons-validator.jar jakarta-oro.jar jstl.jar mysql-connector-java-3.0.17-ga-bin.jar standard.jar struts.jar xniit2003 wrote: > > Can you share what are the jar files you have in your lib folder. >

Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-08 Thread Arpan Debroy
Can you share what are the jar files you have in your lib folder. On Feb 9, 2008 11:06 AM, hardc0d3r <[EMAIL PROTECTED]> wrote: > > i get an error every time i acces a page that basically, registers a user > (insert to the database) but it still inserts the data in the database.. > here is the er