Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

843836Oct 12 2003 — edited Feb 5 2007
Hi,

I'm trying to learn Struts, which worked well until I started using the Struts html tag library. I keep getting the "Cannot find bean org.apache.struts.taglib.html.BEAN in any scope" error when I try to load my jsp-page.

I've checked my struts-config file and sources a thousand times. And they seem alright. It seems like when I try to open the page, the server tries to find the ActionForm-bean associated to the page, but cannot locate it. Can this be because it doen's exist yet as I'm opening the page for the first time?

The page worked fine with the Action and ActionForm associated to it before I started using the tag-library.

Does anyone know how to fix this error?

Thanks in advance!
Jakko
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2007
Added on Oct 12 2003
4 comments
642 views