简体   繁体   English

Oracle ADF 页面生命周期以及如何执行验证检查

[英]Oracle ADF page life cycle and how does a validation check is performed

I am new to Oracle ADF.我是 Oracle ADF 的新手。 I am in a Page where when we have insert new Button, which gives a popup with new form to insert values.我在一个页面中,当我们插入新按钮时,它会弹出一个带有新表单的弹出窗口来插入值。 I have some validation in the entity level which is done using method function.我在实体级别进行了一些验证,这是使用方法 function 完成的。 I am not giving any auto submit and neither invoking the commit button.我没有给出任何自动提交,也没有调用提交按钮。 Just when I gave a press Ok button the validation is performed.就在我按下确定按钮时,验证已执行。 That OK button is not invoking any commit.那个确定按钮没有调用任何提交。 How does the entity level validation check is performed here.这里如何执行实体级验证检查。

Any ADF command***(Button/Link/Image/...) component with partialSubmit=false, will submit the entire the FORM data, during the FORM submission, ADF life cycle will trigger the validations.任何具有partialSubmit=false 的ADF 命令***(Button/Link/Image/...) 组件都会提交整个FORM 数据,在FORM 提交期间,ADF 生命周期将触发验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM