As soon as the data is entered in to the UI Component ,The data should immediately be submitted to the application and display the error message if the data is not valid.[this process will done automatically before committing the page]
This can be achieved by using Partial Page Rendering.
It is of two types
1. AutoSubmit
2.PartialSubmit
Generally AutoSubmit will be seen for UI components like InputText, SelectOneChoice, tables etc------
&
PartialSubmit will be seen for UI components like Buttons etc---
This can be achieved by using Partial Page Rendering.
It is of two types
1. AutoSubmit
2.PartialSubmit
Generally AutoSubmit will be seen for UI components like InputText, SelectOneChoice, tables etc------
&
PartialSubmit will be seen for UI components like Buttons etc---
No comments:
Post a Comment