No bean found under attribute key - any config problem?

2002-12-09 Thread Satyanarayana M
Greetings, I am new to Struts list I am getting an exception with the message No bean found under attribute key customerForm when I am accessing the JSP where in which I am using the logic:equal tag. I am using this tag to check whether a formbean variable (called action) value is equal to new

Re: No bean found under attribute key - any config problem?

2002-12-09 Thread Satyanarayana M
Hi, I am using Tomcat 4.1.1 I didn't configured any action forwards.. I think the main problem is with logic:equal usage I think the bean is not getting instantiated. Its working fine without any logic:equal tags in my JSP... but to add extra functionality, I have to use logic:equal tag