deep link question

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,

viewtopic.php?f=34&t=19952

Thanks David,

But my issue is with smart client.

Regards,

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.

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?