Immediate attribute for UIInput component

我怕爱的太早我们不能终老 提交于 2020-01-24 20:48:07

问题


HI,

If I am adding the immediate attribute true for the UIInput component and UICommand button doesn't have the immediate attribute. What will be the flow? Please answer my below questions.

  • If that UIInput has the invalid data, will the error shown in the screen.
  • If there is another UIInput component with immediate attribute, if this also has the invalid data, will the error shown in the screen.
  • I know that the validation will happen in the Apply Request values phase. Does the only validation happens or conversion also happens.

Please clarify my doubts.


回答1:


If that UIInput has the invalid data, will the error shown in the screen.

Yes.

If there is another UIInput component with immediate attribute, if this also has the invalid data, will the error shown in the screen.

Yes.

I know that the validation will happen in the Apply Request values phase. Does the only validation happens or conversion also happens.

Conversion happens always directly before validation in the same phase.



来源:https://stackoverflow.com/questions/4746885/immediate-attribute-for-uiinput-component

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!