0 Replies Latest reply on Aug 12, 2009 8:03 AM by gregcharles.gregcharles.bigfoot.com

    Can't render Seam tags

    gregcharles.gregcharles.bigfoot.com
      I'm working on my first Seam project. The skeleton of the project and a Maven build was set up for me by someone that sort of knows what she's doing, but is for now unavailable for answering questions.

      I am able to create JSF pages that pull information from the database via Seam components, so the framework seems to be working. However, none of the Seam tags render. They just pass through to the HTML unaltered. All other tags do render: Rich Faces, JSTL, JSF, etc. The seam tag namespace is called out in the <ui:composition> tag and  I do see the jboss-seam-ui.jar is getting into the war file. I'm tapped out. Can anyone point me at something else to try?