Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF JBO-27014 - Save operation with default values

panktiNov 19 2014 — edited Dec 11 2014

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

ClickOnAdd.png

FIG - CLICKING ON SAVE BUTTON

ClickOnSave.png.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2015
Added on Nov 19 2014
8 comments
1,855 views