Foros de discusión

Error when Basic Document's title containts "/"

Maximiliano Chiesa, modificado hace 11 años.

Error when Basic Document's title containts "/"

Junior Member Mensajes: 47 Fecha de incorporación: 20/07/12 Mensajes recientes
I'm getting an error when trying to create a Basic Document when the title contains a "/".

The error says that the name of the document is not correct. If I remove the "/" the basic document is saved ok.

Is this behavior ok? Is there any way of fixing this?

Thanks in advance!
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Error when Basic Document's title containts "/"

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
No. Effectively you're defining a path (filesystem, url) which would make it invalid when you try to get it in the future.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Error when Basic Document's title containts "/"

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Is this behavior ok? Is there any way of fixing this?


What David means is this is an expected behavior. You're just have to fix your document title not to use "/".
Maximiliano Chiesa, modificado hace 11 años.

RE: Error when Basic Document's title containts "/"

Junior Member Mensajes: 47 Fecha de incorporación: 20/07/12 Mensajes recientes
David, Hitoshi, thank you very much for your help.

Sorry for the late answer.

Regards, Maximiliano.