2 Replies Latest reply on Oct 21, 2010 7:38 AM by bp2s

    RF4.M3 on Glassfish 3 gives TagException for <rich:page>

    bp2s

      Hello

       

      I'm using GF3 and put in the jars to support RF4 to try it.  Currently, that includes:

       

      commons:

      beanutils-1.7.0

      codec-1.4

      collections-3.2

      digester-1.8

      logging

      cssparser-0.9.5

      glassX-3.3.2.SR1

      guava-r06

      jhighlight-1.0

      jsch-0.1.41

      richfaces-components-api-4.0.0

      richfaces-components-ui-4.0.0

      richfaces-core-api-4.0.0

      richfaces-core-impl-4.0.0

      sac

       

      I'm getting this error when I point the browser at the index.xhtml (using javax.faces.DEFAULT_SUFFIX)

      PWC1406: Servlet.service() for servlet Faces Servlet threw exception
      javax.faces.view.facelets.TagException: /index.xhtml @11,61 <rich:page> Tag Library supports namespace: http://richfaces.org/rich, but no tag was defined for name: page
      

       

      As we know <rich:page> is valid, why is this error happening?

       

      Note I've followed the jboss docs for implementing 4.  One thing though - the instructions say nothing needs to be modified in the web.xml file.  But my web.xml was a 3.3.2 descriptor and had a load of context params in it to get it to work with facelets 1.1.15, jsf 1.2 etc so really I need to know what to take out rather than what I don't need to put in.

       

      It would be useful to have a non-maven example app for eclipse for me to see what might be going wrong or for me to build on.  Is there one about anywhere?  I cannot find one through google.