3 Replies Latest reply on Oct 26, 2007 1:05 PM by dipasab1

    Richfaces Tag Library Definition File

      Hi everybody

      I'am trying to setup a project with JBoss AS / Seam / Facelet / RichFaces / Hibernate with IntelliJ IDE. What I'am missing in all distributions of Seam and Richfaces are the *.tld files for code assist in the IDE. Can you please help me to find them? - googeling didn't help.

      Thank you very much
      Alessandro

        • 1. Re: Richfaces Tag Library Definition File
          amitev

          The tld files are inside the seam and richfaces jars.

          • 2. Re: Richfaces Tag Library Definition File

            Hello amitev

            Thank you for your replay. I have found (even before) the tld's you suggested but there are defined only the tags and renderer class-names - not all the attributes of the tag and if the attribute is requiered / expressions are allowed etc. What i am searching for is somthing like this example from the jsf_core.tld....

            <tag>
             <description>
             Register a named facet on the UIComponent associated with
             the closest parent UIComponent custom action.
             </description>
             <name>facet</name>
             <tag-class>javax.faces.webapp.FacetTag</tag-class>
             <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
             <body-content>JSP</body-content>
            
             <attribute>
             <description>
             Name of the facet to be created.
             </description>
             <name>name</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
             </attribute>
             </tag>


            have you any idea where i can find the entire TLD?

            • 3. Re: Richfaces Tag Library Definition File

              Hello amitev

              Thank you for your reply. I have found (even before) the tld's you suggested but there are defined only the tags and renderer class-names - not all the attributes of the tag and if the attribute is requiered / expressions are allowed etc. What i am searching for is somthing like this example from the jsf_core.tld....

              <tag>
               <description>
               Register a named facet on the UIComponent associated with
               the closest parent UIComponent custom action.
               </description>
               <name>facet</name>
               <tag-class>javax.faces.webapp.FacetTag</tag-class>
               <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
               <body-content>JSP</body-content>
              
               <attribute>
               <description>
               Name of the facet to be created.
               </description>
               <name>name</name>
               <required>true</required>
               <rtexprvalue>false</rtexprvalue>
               <type>java.lang.String</type>
               </attribute>
               </tag>


              have you any idea where i can find the entire TLD?