开发者

Immediate attribute for UIInput component

开发者 https://www.devze.com 2023-02-06 06:04 出处:网络
HI, If I am adding the immediate attribute true for the UIInput component and UICo开发者_运维问答mmand button doesn\'t have the immediate attribute. What will be the flow? Please answer my below ques

HI,

If I am adding the immediate attribute true for the UIInput component and UICo开发者_运维问答mmand 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消