1

I got stucked in search of finding alternate of Master page in JSF.I want to convert a web application developed in ASP.Net into JSF.Now when i collided with this application's Master page , then I thought it can be handled by facelets but still I don't know that Is it right approach?
Here's the thing, I found that facelets are alternate of user controls of ASP.net So can I use them for Master page?
Even this thing clicks me that i am going wrong
Thanks

khan
  • 2,664
  • 8
  • 38
  • 64

1 Answers1

2

It's indeed Facelets. Your only other option is JSP, but it doesn't offer any templating capabilities like ASP.NET MasterPages and Facelets. Even more, JSP is deprecated since JSF 2.0.

See also:

Community
  • 1
  • 1
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555