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!

Apex 5 slider

misurexMay 31 2016 — edited Jun 2 2016

Hello,

I'm trying to put pieces altogether from various responses for how to create a slider in Apex, but for the version 5 I didn't find a viable solution.

I created a test page, using two solutions: Jari's Jari's APEX Blog : Article jQuery slider on APEX 3.x and Paavo's APEX5 supported slider, best approach?

But still, the slider isn't working (I want to use years as points on the slider, 3-4 years, so not a continuous range) . As a second question, is it possible to use text (from a table column, a limited number of values) to feed the slider (so not only numbers) ...

Workspace    : mihai_space

User/Passwd : demo

Application    : test / Page 10

Thank you.

This post has been answered by PMON on Jun 2 2016
Jump to Answer

Comments

ppssrr

i  got one solution i put my config file into java.secity file javahome/jre/lib

login.config.url.1=file:D:/cnk-workspace/jaasloginmodule/src/main/resources/rdbmslogin.config

working fine...

ppssrr

if i am use JAAS without   weblogic.security.auth.login.UsernamePasswordLoginModule it working fine, but if i am using weblogic.security.auth.login.UsernamePasswordLoginModule i got exception when deploy app

weblogic.wsee.wstx.wsc.v11.endpoint.RegistrationRequesterPortImpl" failed to prelo

ad on startup in Web application: "loginmodule.war".

java.lang.NullPointerException

i put weblogic.jar in lib

can any send currect configration using  weblogic.security.auth.login.UsernamePasswordLoginModule

if use this one how to i get username and password  , can any one explain

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

Post Details

Locked on Jun 30 2016
Added on May 31 2016
9 comments
1,931 views