Im using Struts 1.2.9 on Tomcat 4.1.31. Somehow, my form is null within my Action. It's even null at the level FormBeanConfig.formBeanClass() is called. The type, returned by FormBeanConfig.getType(), returns the correct String, but the call to classLoader.loadClass(getType()) fails to load the form bean. Does anyone who worked on that piece know what might be happening? Looks like Joe Germuska was the author of FormBeanConfig.
- ActionForm is null Monkeyden
- Re: ActionForm is null Dave Newton
- Re: ActionForm is null Monkeyden
- Re: ActionForm is null Dave Newton
- Re: ActionForm is null Paul Benedict