cancel
Showing results for 
Search instead for 
Did you mean: 

LinkToUrl MailTo

Former Member
0 Kudos

Hi All,

I'm trying to use LinkToUrl UI element in order to get a one click send mail link.

The reference attribute of the element is bound to a string value attribute with the value "mailto:<MailAddress>" ( I have also tried - "mailto://" and "mailto:

").

When I run the application i get the following error:

Processing HTTP request to servlet [dispatcher] finished with error.

The error is: com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=mailto:<MailAddress>

Exception id: [000423886958006B000000FE000004D4000433CEB7C7C4FE]

any ideas?

Aviad

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Armin,

Thanks for the help, but that does not help me.

I do not use reverse proxy and the "mailto" syntax is defined in the VA.

I use my own mail address.

Any other suggestions?

Aviad

Former Member
0 Kudos

Probably the "mailto:" protocol is not activated on your server.

Armin

Former Member
0 Kudos

How do I activate it?

I have followed the instructions from note #864842, and it seemed ok.

<i>

e) An absolute URL has a protocol (URI scheme) of the list defined in the configuration property "sap.url.protocols". This parameter can be changed using Visual Admin Tool -> Services -> Configuration Adapter -> webdynpro -> sap.com -> tcwddispwda -> default.properties. URLs with a protocol other than the ones defined by the "sap.url.protocols" property won't be considered valid.

The entries of the "sap.url.protocols" property after installation of the Web Dynpro runtime are: http, https, ftp, mailto.

</i>

Former Member
0 Kudos

After a long and tiresome debugging the stupid error was a space at the end of the mail address.