Whenever there are instances that a value has to be used in an OAF page but the same value is not supposed to be displayed to the end-user, we have to make use of formValue bean. In Oracle Apps Framework the formValue bean is used to store a value that will be submitted with a […]
Form Value in OAF
Form Value in OA Framework
In Oracle Apps Framework the formValue bean is used to add value that will be submitted with a form, but the key point to mention is that value is not displayed to the user. To make the formValue bean get a value the formValue’s ViewName and ViewAttribute has to be mapped to a View Object […]