1.

What Is Binding Context And Binding Container?

Answer»

Binding context is a runtime map between the DATA controls and page DEFINITION of pages in the application which is used to access the binding LAYER. It is accessible through the EL expression in your jspx pages. Binding container is a request-scoped map that is used to INSTANTIATE the page BINDINGS. This is accessible through the EL expressions. Also, since it is request-scoped map, it is accessible during every page request.

Binding context is a runtime map between the data controls and page definition of pages in the application which is used to access the binding layer. It is accessible through the EL expression in your jspx pages. Binding container is a request-scoped map that is used to instantiate the page bindings. This is accessible through the EL expressions. Also, since it is request-scoped map, it is accessible during every page request.



Discussion

No Comment Found