Has anyone seen this ? I register the bean as described below. The class is
being included in WEB-INF/classes. I don't understand why myfaces doesn't
see it.
I'm using myfaces-api-1.1.5 and myfaces-impl-1.1.5.jar
thanks
<managed-bean>
<managed-bean-name>previouspaymentController</managed-bean-name>
<managed-bean-class>colorado.dor.tax.sales.controller.PreviousPaymentController</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
my jsp calls it as
<td class="td20-40-20-0pad"><h:commandButton value="Cancel"
action="#{previouspaymentController.cancelInterview}" />
--
View this message in context:
http://www.nabble.com/CLassNotFoundException-on-a-managed-bean-tp20151714p20151714.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.