0 Replies Latest reply on Oct 6, 2009 3:31 AM by kicho007

    page templating with rich layout components

    kicho007

      Hi all!

      I have a question regardless creating templates in richfaces using ric:page and layout components.
      I've read reference guide and found articles on JBoss website how to create page layout using richfaces tags, but i haven't found anything about how to apply that layout as template to all of my pages.
      So far i've been using faceletes for creating templates (like most of you do). In facelets you can apply your template via <ui:composition template="..."/>.

      I was wondering if you could provide some hints how to achieve that with rich faces tags, if that's possible. Maybe i've missed the purpose of layout components...