Skip to Main Content

APEX

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!

Change color of a region

pinnomAug 8 2014 — edited Aug 8 2014

Hello,

I was looking here because my problem, but I don't find a solution.

I need to change the background color of a region. On the page I have 3 regions and the first region should be red.

Here is the page:

seiteocyn0.png

And it should be like this:

seite_farbig2xqg7.png

The region-template is this:

<section class="uRegion uNoHeading #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>

  <div class="uRegionHeading">

    <span class="uButtonContainer">

      #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#

    </span>

  </div>

  <div class="uRegionContent clearfix">

    #BODY#

  </div>

</section>

Kind regards,

Mark

This post has been answered by Pars on Aug 8 2014
Jump to Answer

Comments

Timo Hahn

User, tell us your exact JDev version, please!
You normally get this message if the VO or collection behind the LOV has duplicate entries. If you now select one of the duplicate values you get this error as the e.g. selectOneChoice can only select one.
If you use a VO behind the LOV check if you have selected a primary key in the VO and rewrite your query that it returns unique values.

Timo

User508065-Oracle

JDev version is 11.1.1.9.0
Also, the VO behind the LOV has a primary key defined.

Timo Hahn

And the query for the LOV returns unique values?
If yes, do you have a reproducible test case?
Timo

User508065-Oracle

Yes, the issue can be reproduced on one of our Fusion env. I think it will be easier to show you via a zoom if possible.

Timo Hahn

Sorry, this is a public forum and we should keep it this way. Zoom is not an option here as it would not address everybody.
I'm not the only member that might be able to help you solve the problem.
Timo

1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 5 2014
Added on Aug 8 2014
4 comments
1,302 views