0 Replies Latest reply on Apr 9, 2007 8:19 AM by juanignaciosl

    Integrating other libraries

    juanignaciosl

      I'm trying to use more libraries together with RichFaces, and I'm in trouble. I'm using several components inside rich:tab. I'm trying jMaki and FCKFaces (a jsf integration of FCKEditor), with the following results:

      - Using JMaki's Dojo time picker shows the component, but if I move through the tabs, it is redisplayed (losing the selected value).
      Code:

      <a:ajax name="dojo.dropdowndatepicker" value="#{convocatoriaBean.plazoSolicitudes}" />


      - When I click the tab with the FCKEditor it's ok, but if I leave it and enter again, it displays an error, it says it doesn't find a component with that id. Code:
      <a:ajax name="dojo.dropdowndatepicker" value="#{convocatoriaBean.plazoSolicitudes}" />


      I suppose the problem is I don't know something about ajax4jsf/richfaces I should. Any ideas?