Cannot find bean org.apache.struts.taglib.html.BEAN in any scope
843836Oct 12 2003 — edited Feb 5 2007Hi,
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