タグ

ブックマーク / muimi.com (2)

  • JSF ライフサイクルとか

    JSFは以下の図のような流れでリクエストを処理します。 図 リクエスト処理のライフサイクル (Spce の "2.1.2 Faces Request Generates Faces Response"の図を元にちょっと修正) ※Response CompleteはFaces Responseを返さないパターンだと思いますが、未調査 ValidationやConvertionのエラーがなければ、実線の流れで、6つのフェイズが順に実行されます。 点線はその他のフローです。例えばバリデーションでエラーがある場合は、Process Validationsフェイズの後、Render Responseに行きます。入力チェックでひっかかったとは、バッキングビーン自体の値は変更されない(Update Model Valuesは通らない)、アクションが実行されない(Invoke Applicationsは通

    nagasama
    nagasama 2014/06/19
  • JSF HTMLタグサンプル

    作成 2004/4/7 もくじ はじめに UIForm Component h:form UIOutput Component h:outputText h:outputLink h:outputLabel h:outputFormat UIInput Component h:inputText h:inputSecret h:inputTextarea h:inputHidden UICommand Component h:commandButton h:commandLink UIGraphic Component h:graphicImage UIMessage / UIMessages Component h:messages h:message UIData / UIColumn Component h:column h:dataTable UIPanel Component h

  • 1