f:attribute tag (JSF Tag supported in ADF Faces) is used to pass some additional attribute value to associated component
Sometimes using f:attribute simplify a complex piece of code, this tag has very simple structure. It has two properties
name- Name of tag attribute
value- Value or an EL reference of value
Here in this post we will see how to use this tag with ADF Faces, I am using Departments table of HR Schema and requirement is to delete departments with attribute DepartmentId greater than 100
Sometimes using f:attribute simplify a complex piece of code, this tag has very simple structure. It has two properties
name- Name of tag attribute
value- Value or an EL reference of value
Here in this post we will see how to use this tag with ADF Faces, I am using Departments table of HR Schema and requirement is to delete departments with attribute DepartmentId greater than 100