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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Dropdown not coming

DevaRaju ThotaMay 19 2016 — edited Jun 6 2016

Hi all,

        JDev ver. 11.1.1.7. I have simple drop down. which is working on UIT server but not on Dev server. Code is

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<af:selectOneChoice value="#{bindings.CompanyCode.inputValue}"

                                label="Company"

                                shortDesc="#{bindings.CompanyCode.hints.tooltip}"

                                id="soc1">

              <f:selectItems value="#{bindings.CompanyCode.items}" id="si1"/>

            </af:selectOneChoice>

Thanks,

Deva

This post has been answered by DevaRaju Thota on Jun 6 2016
Jump to Answer

Comments

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

Post Details

Locked on Jul 4 2016
Added on May 19 2016
22 comments
715 views