1 Reply Latest reply on Nov 20, 2008 4:45 AM by ilya_shaikovsky

    tag reuse

      I have noticed that some tag in my jspx file are repeated, expecially when I use rich:suggestionbox for some record picking.

      I have not much experience with jsf, so can anybody tell me if I can define a custom tag with some parameters, in order to reuse RichFaces tags, as I would reuse my repeated Java code, for instance?

      Thank you

        • 1. Re: tag reuse
          ilya_shaikovsky

          if you need to create some components composition and reuse it you could create custom facelet and just define parameters for it when define. check facelets documentation to learn this.