1 Reply Latest reply on Mar 19, 2008 8:26 PM by patrickmadden

    no tag was defined for name: listShuttle

    patrickmadden

      Hi, I have a seam app with rich faces for a long time.

      I'm using richfaces-ui-3.1.3.GA but have also tried with richfaces-ui-3.1.4.GA.

      I try to use

      <richLlistShuttle></rich:listShuttle>
      I get the following error.

      /search.xhtml @83,44 <rich:listShuttle> Tag Library supports namespace: http://richfaces.org/rich, but no tag was defined for name: listShuttle


      I get the same thing for
      <rich:componentControl .../>


      I've tried to clear my cache but nothing seems to help and have redployed my application multiple times with 3.1.3.GA, and 3.1.4.GA jar files.

      In my ear file I have the three rich faces jars (api, impl and ui) in the directory:
      ${JBOSS_HOME}\server\default\deploy\MyEar.ear\lib
      .

      I don't have any of them in

      ${JBOSS_HOME}\server\default\deploy\MyApp.ear\MyApp.war\WEB_INF\lib
      directory.

      Anyone have any ideas? Is there something stupid I'm missing?

      Thanks in advance.

      PVM