Reputation: 9
I am trying to get a managed bean to work, when I preview the test page, I get an an error that it cannot instantiate the class and indicates a ClassNotFound exception.
The java classes are there and correct The beans are in the faces-config file correctly. I'm running designer 8.5.3.
What would be possible causes as to why the classes are not being found?
Thank you
Upvotes: 0
Views: 594
Reputation: 75
As Per says, you need to provide some code examples so we can see if something is missing.
Also check out his blog post, http://per.lausten.dk/blog/2012/02/creating-your-first-managed-bean-for-xpages.html This is a great place to start and covers all the basics.
Simple thing like needing to implement 'Serializable' is commonly missed!
Upvotes: 2