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

4

1 に答える 1

2

それは確かにFaceletsです。他の唯一のオプションは JSP ですが、ASP.NET MasterPages や Facelets などのテンプレート機能は提供されません。さらに、JSF 2.0 以降、JSP は推奨されなくなりました。

以下も参照してください。

于 2012-07-13T03:19:04.693 に答える