Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We are using JSF in UI.We need to develop Templates for designing.Can we develop templates in SUN RI1.1_01.If so,can any one tell me how to start?

share|improve this question

1 Answer

You must check out Facelets.

Facelets provide a server-side templating facility that allows composing the actual view from several separate physical pages in a way that maximizes markup code reuse and eliminates redundancy among views.

However, you must consider upgrading your JSF version.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.