> Just to be explicit, you have a file in tomcat as:
> WEB-INF/classes/com/ponyprinting/web/manager/UploadForm.class ?
Yep.
WEB-INF/classes/com/ponyprinting/web/manager/forms/UploadForm.class
...just to be precise.
Thanks,
-Sasha
On 12/1/03 6:27 PM, "David Friedman" <humble@ix.netcom.com> wrote:
> Just to be explicit, you have a file in tomcat as:
> WEB-INF/classes/com/ponyprinting/web/manager/UploadForm.class ?
>
> Regards,
> David
>
> -----Original Message-----
> From: Sasha Borodin [mailto:sasha@whoissasha.com]
> Sent: Monday, December 01, 2003 7:22 PM
> To: Struts Users Mailing List
> Subject: Re: Error creating form bean
>
>
> Attention Todd Thorner! :-)
>
> It look like you had very similar problem, but I saw no replies to your
> post. Did you ever get this fixed:
>
> http://www.mail-archive.com/struts-user@jakarta.apache.org/msg86103.html
>
> I'm working under an extreme deadline, please help :-(
>
> -----------------
> Howdy,
>
> I'm having a bizarre problem with a new ActionForm I've just created: when I
> hit a jsp that uses this form, the RequestUtils say there's an error
> creating
> form bean of my class.
>
> 2003-12-01 17:01:33,432 [Thread-2] ERROR org.apache.struts.util.RequestUtils
>
> Error creating form bean of class com.ponyprinting.web.manager.UploadForm
> java.lang.ClassNotFoundException: com.ponyprinting.web.manager.UploadForm
>
> The class file is there (I checked the build directory that tomcat's being
> pointed to for "docBase" of my web app). And it obviously compiled fine.
>
> Sigh. It's the little problems that take up 80% of the time :-(
>
> Please help! Thank you,
>
> -Sasha Borodin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org
|