Page 1 of 1

deep link question

PostPosted: Sat Nov 09, 2013 2:26 pm
by Hans Nieuwenhuis
Hi,

I use a deeplink to start a smart client : http://lt-hn:8080/servoy-client/servoy_ ... ment=26939
to start a solution and go to a certain form and show a specific record.

This works fine the first time I use the link.
I go to another form in the running smartclient and then in a browser I issue the deeplink again.

This time in the browser it says : Successfully activated
but nothing happens.

No new smartclient and nothing happens in the smartclient that started the first time.
servoy.allowExistingClientActivate = true

I used this in the past and it worked ????

b.t.w. this is 5.2.15 and java 1.7.0_45

Regards,

Re: deep link question

PostPosted: Sat Nov 09, 2013 6:09 pm
by david

Re: deep link question

PostPosted: Sun Nov 10, 2013 11:45 am
by Hans Nieuwenhuis
Thanks David,

But my issue is with smart client.

Regards,

Re: deep link question

PostPosted: Sun Nov 10, 2013 5:20 pm
by david
Ah, my bad. Forgot there was such a thing as deep linking smart client. Considering the current state of Java/browsers, I'd say you're lucky it works the first time now.

Re: deep link question

PostPosted: Wed Nov 27, 2013 6:06 pm
by jcompagner
deeplinking like that only works if the first one really goes through the same browser, loading the same stuff as the second one.
But if it says " Successfully activated" it should have found it.
Do you get anything in the log on the server or in the log (webstart console) of the smart client?