1 Reply Latest reply on Aug 25, 2008 6:34 PM by makabrus

    Create HtmlCalendar in bean

    makabrus

      Hello,

      I'm am creating a calendar using:
      HtmlCalendar myCalendar = new HtmlCalendar();

      in my java code and then i add it to a page, but i'm having a problem deploying this:

      Caused by: java.lang.NoClassDefFoundError: org/richfaces/component/html/HtmlCalendar

      It seems a lib problem but i can't resolved it.

      I'm using JBoss 4.2.2.GA and RichFaces 3.1.6.GA

      Help appreciated!
      Thank you

        • 1. Re: Create HtmlCalendar in bean
          makabrus

          Sorry to bump the topic, but it's kind of urgent.

          I have richfaces-api.jar, richfaces-impl.jar and richfaces-ui.jar in the web-inf\lib folder of my application.

          I'm creating the Calendar on a Seam component:

          @Name("gestDocuments")
          @Scope(ScopeType.SESSION)
          public class GestaoDocumentsWS implements Serializable{
          ...
          


          Thank you