hello,

as i know (please correct me if it's wrong):

@styleSheet component:
trh:styleSheet is available in version 1.0.1
did you use the trh namespace?

here a small example:

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; version="2.0"
          xmlns:f="http://java.sun.com/jsf/core";
          xmlns:h="http://java.sun.com/jsf/html";
          xmlns:trh="http://myfaces.apache.org/trinidad/html";
          xmlns:tr="http://myfaces.apache.org/trinidad"; >
  <jsp:directive.page contentType="text/html;charset=utf-8"/>
  <f:view>
    <trh:html>
      <trh:styleSheet ..."/>
      <trh:body>
        <tr:form>
        ...
        </tr:form>
      </trh:body>
    </trh:html>
  </f:view>
</jsp:root>



@statusIndicator component:
tr:statusIndicator is available since version 1.0.2

regards,
gerhard



2007/11/12, Vasista <[EMAIL PROTECTED]>:
>
>
>
> Hi,
>     I'm with Trinidad Components with the mentioned Details below ,Here my
> request is,
>       I didn't found the components 'status Indicator' and 'styleSheet'
> that
> were given in Demo
> (http://www.irian.at/trinidad-demo/faces/componentDemos.jspx).
>    In think this were newly added components,from which libs can i find
> them.
>
>     Please Suggest  me.
>
>        IDE : Jdeveloper 10.1.3.2.
>        Trinidad : trinidad-api-1.0.1
>                      trinidad-impl-1.0.1
>                      jsf 1.1
>
> Thanks in Advance...
>
>
>
> --
> View this message in context:
> http://www.nabble.com/where-the-Components-%27status-Indicator%27-and-%27styleSheet%27--tf4789095.html#a13700306
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to