1

Where to find the full list of all tags that are introduced in JSF 2.0? Yes, I could open the 1.2 and 2.0 references and compare the tags one by one, but maybe somebody did it before?

I know that the list includes:

h:body
h:button
h:head
h:link
h:outputScript
h:outputStylesheet

Something else?

Update: In addition to the JSF HTML tags mentioned above, the list also includes (according to the JSF 2.0 Refcard):

Core Tags:

f:ajax
f:event
f:validateBean
f:validateRequired
f:viewParam
f:metadata

Facelets Tags:

ui:component
ui:composition
ui:debug
ui:decorate
ui:define
ui:fragment
ui:include
ui:insert
ui:param
ui:remove
ui:repeat
4

2 に答える 2

6

私が見つけることができた最良のものは、この Andy Schwartzの Weblog 投稿 ですが、探しているものとは正確には異なります。これは、JSF 2.0 のすべての新機能をまとめたものです。新しいタグについては多くの詳細がありますが、それは 1 つのセクションではなく、ドキュメント全体に広がっています。

于 2009-12-23T15:26:37.647 に答える
2

JSF2.0Refcardをご覧ください。これは、一般的にJSFの非常に優れたソースであり、すべてのJSF2.0タグがマークされています。

唯一の欠点は、単にダウンロードするのではなく、電子メールを提供して、そこにrefcardを送信する必要があることです。

于 2009-12-23T18:00:07.810 に答える