Let's take this out of the myfaces list, for a while...
tell me, what IDE are you using, and why you talk about the classes
directory, in my experience we don't even know about that directory, is just
a runtime directory your IDE must be overriding everytime you re-deploy,
For this I recomend you to use eclipse, >3.1 install a tomcat, configure in
you eclipse your new tomcat, and just let the IDE do what it is supposed to
do, letting you mind only of programming.
Cordialmente,
Marcus V. Sánchez D.
______________________
Enterprise Developer.
Sun Certified Java Programmer (SCJP)
On Fri, Oct 24, 2008 at 10:29 AM, zappos <[EMAIL PROTECTED]> wrote:
>
> Thanks for the response,
>
> Please excuse my ignorance, I'm a newbie, I don't quite understand why
> adding it to a jar vs the classes directory would change anything. I have
> several other classes in this same package and I'm describing them all the
> same in my faces-config.xml. They all seem to load just fine.
>
>
>
>
>
> m4rkuz wrote:
> >
> > I think what you need is to put you're class in your Web-INF\lib
> > directory
> > as a jar,
> >
> > Cordialmente,
> >
> >
> > Marcus V. Sánchez D.
> > ______________________
> > Enterprise Developer.
> > Sun Certified Java Programmer (SCJP)
> >
> >
> > On Fri, Oct 24, 2008 at 9:57 AM, zappos <[EMAIL PROTECTED]>
> > wrote:
> >
> >>
> >> 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.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/CLassNotFoundException-on-a-managed-bean-tp20151714p20152263.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>