2 Replies Latest reply on Aug 28, 2008 10:36 AM by alexanderbelov

    Using CDK for custom renderer

      Is it possible to use CDK for creating custom renderer only? I have to make custom renderer for rich:calendar component to redefine the order of components only. And it would be very good to have possibility to change template only. Is it possible?

        • 1. Re: Using CDK for custom renderer
          ilya_shaikovsky

          unfortunatelly rich:calendar component fully rendered from client side script. So there is noting inside the template to change.

          • 2. Re: Using CDK for custom renderer

            I mean org/richfaces/htmlCalendar.jspx, which is used to generate Renderer.
            I have successfully replaced htmlCalendar.jspx and generated own Renderer which is subclass of CalendarRenderer.
            So, everything works now.

            But I have another problem. To tell the truth I am new in Maven. I have main project with pom.xml and module named "calender", which also has pom.xml in the root. If I build main project, I have calendar.jar only. Is there any way to make complete build of the main problem to construct 1 library (common-richfaces.jar, for example), which will contain all classes and resources from child modules?