nbuytaert1 / apex-select2

Select lists in Oracle APEX as they should be
https://apex.oracle.com/pls/apex/f?p=64237:20
GNU General Public License v2.0
56 stars 18 forks source link

SelectList2 on Apex 18.2 #107

Closed ericyuri closed 6 years ago

ericyuri commented 6 years ago

Hi, did you try to use selectlist2 on Apex 18.2 ? Do you known any turnaround solutions for it ?

Thank you

image

@maxime-tremblay @rimblas @martindsouza @nbuytaert1

rimblas commented 6 years ago

There must be something else at play here. The demo app works fine http://apex.oracle.com/pls/apex/f?p=64237:20 Or maybe it's because the demo app is using jQuery Migrate

ericyuri commented 6 years ago

Hi @rimblas, the problem was on the ords. thank you

JacoFourie commented 6 years ago

OK then you should close the issue.

Alien-nick commented 5 years ago

Hi, @ericyuri can you help me in solving this problem by configuring ORDS? The help will be much appreciated.

ericyuri commented 5 years ago

@Alien-nick try this java -jar ords.war validate --database apex. java -jar ords.war static

For debug it is convinient to edit ORDS config file defaults.xml with these strings

<entry key="debug.debugger">true</entry>
<entry key="debug.printDebugToScreen">true</entry>

Don't forget to set them false on production.