Hi
I have a table with 3 database columns for RGB color values respectively of type input text. I have added a 4th transient column say 'PickColor' having an 'input color' component. In the setter and getter of the transient column I have wriiten code to fetch the color of RGB from the DB and set the color of the input color component when the values are fetched from the DB when the page loads. In the EO, I have set a default value literal for R, G and B attributes. When i add a new row, the default value gets populated. But when i click on the Save button it gives the error - oracle.jbo.AttrValException: JBO-27014: Attribute PickColor in AbcEO is required. Kindly help me with this.
FIG - CLICKING ON ADD BUTTON

FIG - CLICKING ON SAVE BUTTON
.