10 Aug
2006
10 Aug
'06
5:55 a.m.
--On 10. August 2006 13:47:32 +0800 "Sinang, Danny" <D.Sinang@spi-bpo.com> wrote:
Hello,
I'm trying to rename an object called "s5/Begin" to its lower case counterpart "s5/begin" by using the manage_renameObject () method, but I'm getting the message
The id "s5/begin" contains characters illegal in URLs .
Because '/' is a reserved character since it is used in URLs as path separator. -aj