openUrl

I have the following method:

application.showURL(url)

When the value of url is: www.servoy.com
the method does not work. with the prefix: http:// it does work.

Most customers do not type the prefix.
Can this be changed?

P.S. I know I can check/do this myself, but it would be a lot easier if this was default behaviour

then we need first a good way to test if the prefix is set or not
you have a lot of prefixes (http:// , ftp:// but also mailto: (see other post of you))

Will think about it

Well you have to make sure the URL is in the valid URL format as defined by the w3c http://www.w3.org/Addressing/URL/Overview.html
As Johan stated we don’y know which protocol you want to use, mailto: is also possible.
If you let your users fillin http urls you have to make sure/validate they are prefixed with http://