struts major issue

2005-07-14 Thread Shai Topaz
Hi all, Please help. I am not new to struts but I cannot resolve this issue: Platform: winXP, Tomcat 5.0.28, Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03), struts package 1.2.4 Stacktrace: SEVERE: Error creating form bean of class java.annualdisclosure.core.form.LoginF

RE: struts major issue

2005-07-14 Thread Shai Topaz
t: Re: struts major issue There might be a missing field in Input.jsp file or Form bean Class. Can you send JSP file calling this action and LoginFom.java File On 7/14/05, Shai Topaz <[EMAIL PROTECTED]> wrote: > Hi all, > > Please help. I am not new to struts but I cannot resolve this

use of "java" as package name

2005-07-15 Thread Shai Topaz
Hi all, I posted a problem to the forum about a failure by the container (Tomcat 5) to recognize ActionForm and ActionClass which were clearly compiled classes and were on the classpath. It has been drawn to my attention that “java” is a reserved keyword in the language. I wrongly named my pack