2 Replies Latest reply on Jul 4, 2007 3:51 AM by stuartm1971

    JSF include templates

    stuartm1971

      Is it possible to compose a view in JSF using other similar JSF pages but modifying their input by passing in different parameters?

      This sort of thing is possible in JSP but I'm using JSF 1.1 and unable to use 1.2 on out current platform so Facelets is not an option.

        • 1. Re: JSF include templates

          You are right here - the best choice is using Facelets as soon as they have a best integration with JSF overall.

          As soon as it is not an option for you right now, you can look at what Apache Shale project offers

          • 2. Re: JSF include templates
            stuartm1971

            Ok, thanks for the reply. Shale is probably too much to incorporate into our project at the moment so it'll have to be separate JSF pages. Facelets is my preferred option but we're constrained to JSF 1.1 at my client.