3 Replies Latest reply on Feb 24, 2009 11:05 AM by nbelaevski

    Richfaces is not defined

      Hi all

      I have created a web application based on WebLogic 9.2. I would like to use Richfaces and have created a first simple page:

      <rich:panel>
      <h:outputText value="Name: " />
      <rich:inplaceInput defaultLabel="click here to edit" showControls="true" />
      </rich:panel>

      If I connect to this page I will receive the following Javascript error:

      Richfaces is not defined
      var inplaceInput = new Richfaces.InplaceInput...

      I have all Richfaces jars (api, impl and ui) in the WEB-INF/lib directory.

      Does anybody have an idea how to solve this problem?

      many thanks in advance

      David