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!

<SimpleSelectManyRenderer><_getSelectedItems> error

User_9J39NAug 11 2021

I have a selection vo which is different from available attributes Vo in selectordershuttle component

I have a requirement where I need to prepopulate the selected list and some elements of the selected list are not in the available list
Even though my bean is fetching all the selected values but some which are not there in available list are not getting displayed on the jspx page
it's giving me <SimpleSelectManyRenderer><_getSelectedItems> error. Here I am getting proper corresponding values in Backing bean but not able to display it in the jspx due to value mismatch in available and selected lists

please suggest a workaround
thanks,
9909

Comments

312396
Hi, Dominic. Your question of whether you should use Oracle Help for Java (OHJ) or Oracle Help for the Web (OHW) is answered by another question that you can hopefully answer yourself. If you want the help content to be installed on the client's machine, then you're best off using OHJ. If you'd like to host the help content on the server, then you ought to use OHW. The great thing about Oracle Help Technologies is that even if you commit to using one of our help systems, you can easily switch over to the other since we use the same help control files for both systems.

You can find out more about Oracle Help by reading the Oracle Help Guide at
http://otn.oracle.com/docs/tech/java/help/htdocs/ohguide/ohg_toc.html

You can deploy OHJ with any Java-based application, and OHW just needs a web browser.

To download OHJ and OHW (they are both free), go to
http://otn.oracle.com/software/tech/java/help/content.html

Hope this helps,
Ryan
1 - 1

Post Details

Added on Aug 11 2021
7 comments
100 views