I have a faces-config file that resides in the META-INF folder in a
jar file that gets automatically parsed by the FacesConfigurator on
startup.

Here comes the weirdness:

I havea  couple of validator entries in that faces-config file that
cause the digester to bring certain elements in out of order, and skip
some elements all together.

Here is the basic structure of the document.

<faces-config>
  <component>
    ..
  </component>
  ..

  <renderkit>
    <renderer>
    ..
    </renderer>
    ..
  </renderkit>

  <validator>
  ..
  </validator> 
  <validator>
  ..
  </validator>
</faces-config>

For some reason, when the validator elements are there, the digester
doesn't parse correctly.  With them present, however, everything works
fine.  Any ideas?


-- 
-Heath Borders-Wing
[EMAIL PROTECTED]

Reply via email to