Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
JSP useBean attribute failure
suganth
Hi
TeamSite 6.7.2
Platform: Windows
I've a JSP which uses a (Java) Bean to interact with the back end. The issue I'm facing is when I run the toolkit to restart the Apache to pick up the changes, it fails at the useBean attribute.
Error Message: The value for the useBean class attribute com.custom.beans.myBean is invalid.
I ensured the Bean is located in the src/com/custom/bean/myBean.java. I appreciate any insight on this issue. Am I missing out on anything?
Thanks
Suganth
Find more posts tagged with
Comments
vpatel
What is the full path for your Java file? Did that file compile correctly without any errors?
suganth
Thanks for the reply. We had the class file getting created in wrong directory. We changed the package in the java file and now everything works fine.
-Suganth