1 Reply Latest reply on Jul 24, 2008 1:03 AM by ericjava.eric.chiralsoftware.net

    custom tags with faceltes

      I need to create a custom tag with only one attribute (value).I use facelets so things are different from steps followed to create custom tags in jsf.Could you please expain the steps?I realise we have
      1.to write a UI component class but we do not need to create the corresponding Tag class
      2.describe component attributes in a .xml.tag instead of an .tld file and 3.
      register the UI component in web.xml.


      Are these the only things we need to do?Can i found somewhere a full example of a custom tag used in a seam application  with a custom tag with  a value attribute?


      thank you