cancel
Showing results for 
Search instead for 
Did you mean: 

Logoff button in WD-java application

Former Member
0 Kudos

Hi,

Is it possible to implement a logoff facility in WD-java application ?

On a button click i want to implement logoff and close the browser.

Kindly giude me.

Thanks,

John

Accepted Solutions (0)

Answers (1)

Answers (1)

vijay_kumar49
Active Contributor
0 Kudos

Hi,

Please look at this [Log-Off button in webdynpro application|;

Hope this is help full for you

Regards

Vijay K

Former Member
0 Kudos

Hi Vijay,

Thanks for the reply.

I was trying to use the below method to initiate the logoff.

WDClientUser.forceLogoffClientUser("....");

When i deploy and run the application directly, code works on button click and logoff is happening.

But when created an ivew and assigned it to a framework, its started throwing null pointer exception.

I checked it and came to know that this method wont work if isolation method is "Embedded".

So i changed isolation method to "URL".. but still getting the same error.

Kindly help me to solve this issue.

Thanks in advance

John