Page 1 of 1

deeplink

PostPosted: Tue Feb 14, 2012 1:34 pm
by Hans Nieuwenhuis
Hi,

I am using the ExchangeWs plugin from it2be.

It looks like the & character can not be used in the mail body.
I need it for deeplink url's like :
Code: Select all
http://localhost:8081/servoy-client/servoy_client/IBISMain.jnlp?method=bcal_showIncident&argument=59


I tried using %26 instead of & in the url

Code: Select all
http://localhost:8081/servoy-client/servoy_client/IBISMain.jnlp?method=bcal_showIncident%26argument=59

but that does not seem to work.

Is this a bug or a limitation ?

Regards,

Re: deeplink

PostPosted: Tue Feb 14, 2012 1:54 pm
by IT2Be
huh, you sent a ticket to our help desk server not long before creating this post ?

Re: deeplink

PostPosted: Tue Feb 14, 2012 1:58 pm
by Hans Nieuwenhuis
Yes,

But this is not on your plugin, but on using %26 instead of &

Regards