Hello David, On Feb 18, 2008 2:07 PM, Dieterle, David W <[EMAIL PROTECTED]> wrote: > > > > > I have been using Trinidad for a few months now and have been able to build > a few applications based on analyzing the Trinidad demo application. Does > anyone know if there is an XML schema that indicates how to use the Trinidad > (core) tags? > > > > I found a schema for the configuration (trinidad-config.xml) of the web > application called trinidad-config.xsd but have had no luck in finding any > documentation on which tags are permitted as child nodes within other tags, > other than trial and error and viewing the demo application.
the -impl.jar has a TLD file. That file contains all the tags (and their attributes). A good JSP editor should be able to *reflect* the tags/attributs. A doc on the tags (and their attribs) is here: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc.html HTH, Matthias > > > > Thank you, > > David Dieterle > > Readiness Engineering > > Lockheed Martin Maritime Systems and Sensors (MS2) > > (609) 326-4511 > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

