1 Reply Latest reply on Mar 21, 2008 3:11 PM by sergeysmirnov

    rich:listShuttle not available in Richfaces 3.1.0 ?

    rajk.2012

      Hi,

      I am trying to use rich:listShuttle in my modalPanel.
      But I am getting error like:

      JSPG0228E: Exception caught while translating /JspPage.jsp: error in statically included file /ModalPanel.jsp(13,9) --> JSPG0046E: Unable to locate tagfile for tag listShuttle

      I am using JSF 1.1 & RichFaces 3.1.0

      I am using listShuttle something like below:

      <rich:listShuttle var="items" listHeight="300" listWidth="300"
      sourceCaptionLabel="Available Items"
      targetCaptionLabel="Currently Active Items"
      converter="listShuttleconverter">
      <rich:column width="18">
      <h:graphicImage value="# {MyBean.MyVariable}"></h:graphicImage>
      </rich:column>
      <rich:column>
      <h:outputText value="#{MyBean.MyVariable}"></h:outputText>
      </rich:column>
      </rich:listShuttle>