RE: [SPAM] - class cast exception - Bayesian Filter detected spam

2004-02-13 Thread Gagné Jean-Christian
please include the full stacktrace -Message d'origine- De : Baiju [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 février 2004 11:08 À : Struts-User (E-mail) Objet : [SPAM] - class cast exception - Bayesian Filter detected spam Hi While running my first struts application i am

Re: [SPAM] - class cast exception - Bayesian Filter detected spam

2004-02-13 Thread Baiju
: [SPAM] - class cast exception - Bayesian Filter detected spam please include the full stacktrace -Message d'origine- De : Baiju [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 février 2004 11:08 À : Struts-User (E-mail) Objet : [SPAM] - class cast exception - Bayesian Filter

RE: [SPAM] - class cast exception - Bayesian Filter detected spam

2004-02-13 Thread Gagné Jean-Christian
Make sure your actions extends org.apache.struts.action.Action, and your forms extends org.apache.struts.action.ActionForm For example, given the following struts-config snippet : struts-config form-beans form-bean name=MyForm type=mypackage.MyForm /form-bean /form-beans