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!

How to set bind variable value in view object ??

Kashif AliJan 24 2017 — edited Jan 30 2017

Hi every one i am using jdeveloper 12.2.1.1.0

and my use case is i perform pragmatically login and

in been (name Login and scope session) i set two session scope variables uname and upw

private void setGlobal(String uname,String upw){

//to set the value of user name and password

this.setEL("#{sessionScope.uname}", uname);

this.setEL("#{sessionScope.upw}", upw);

}

now i need to access this uname variable in view object to set the bind variable value

S1.png

actually i am trying to fetch data according to login user , so for that i have to pass the user name in query

how can i do this

thanks

kashif

This post has been answered by Timo Hahn on Jan 24 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 27 2017
Added on Jan 24 2017
7 comments
811 views