<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font size="+1">I am migrating an EAP5.1 application to AS7. It is
      using Seam 2.2 and RichFaces 3.3.1. I have made the datasource
      changes. I have also made the changes for the new modular class
      loader support. My server has all the latest bug fixes to get past
      issues I've run into.<br>
      <br>
      I am at the point where the server starts up successfully without
      errors and my application deploys successfully, also without
      errors. However, when hit the URL for my application in a browser,
      the JSF/xhtml tags do not render. Only the html tags and plain
      text render on the page. When I view source for the page, the tags
      are definitely there. <br>
      <br>
      So, a partial section of the page source looks like this:<br>
    </font>
    <blockquote><font size="+1" color="#3333ff">&lt;p&gt;Please login
        here&lt;/p&gt;</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div
        class="dialog"&gt;</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;h:panelGrid columns="2" rowClasses="prop"
        columnClasses="name,value"&gt;</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;h:outputLabel
        for="username"&gt;Username&lt;/h:outputLabel&gt;</font><font
        color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;h:inputText id="username"</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        value="#{credentials.username}"/&gt;</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;h:outputLabel
        for="password"&gt;Password&lt;/h:outputLabel&gt;</font><font
        color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;h:inputSecret id="password"</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        value="#{credentials.password}"/&gt;</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;h:outputLabel for="rememberMe"&gt;Remember
        me&lt;/h:outputLabel&gt;</font><font color="#3333ff"><br>
        <br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;h:selectBooleanCheckbox id="rememberMe"</font><font
        color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        value="#{rememberMe.enabled}"/&gt;</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;/h:panelGrid&gt;</font><font color="#3333ff"><br>
      </font><font size="+1" color="#3333ff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</font><br>
      <font color="#3333ff">&nbsp; &lt;p&gt; &lt;u&gt;Users&lt;/u&gt;</font><br>
    </blockquote>
    <font size="+1"><br>
      That part of the page renders like this:<br>
    </font>
    <blockquote><font size="+1" color="#3333ff">Login</font><font
        color="#3333ff"><br>
        <br>
      </font><font size="+1" color="#3333ff">Please login here</font><font
        color="#3333ff"><br>
        <br>
      </font><font size="+1" color="#3333ff">Username&nbsp; Password Remember
        me</font><br>
      <br>
      <u><font size="+1" color="#3333ff">Users</font></u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
    </blockquote>
    <font size="+1"><br>
      I don't see any tag controls like input text, buttons, or other
      controls.&nbsp; I tried upgrading to RichFaces 3.3.3 but it made no
      difference. I also set the log level to DEBUG, but don't see any
      errors in the server.log file.<br>
      <br>
      Has anyone migrated a Seam 2.2 application successfully to AS7?
      I'm new to Seam (and UI coding in general), so I'm looking for any
      pointers to get around this issue.<br>
      <br>
      Thanks,<br>
      Sande <br>
    </font>
  </body>
</html>