在评估JSF EL的哪个阶段?

时间:2014-01-04 11:13:17

标签: jsf el lifecycle

我想

  • 在第4阶段 - 更新模型值
    (从<h:inputText value="#{customerBean.customer.firstname}">
  • 开始
  • 第5阶段 - 处理事件
    (自<h:commandButton action="#{customerBean.nextPage}">
  • 在第6阶段 - 渲染响应
    (从<h:outputText value="#{customerBean.customer.firstname}">开始)

我忘记了一点吗?

0 个答案:

没有答案