Skip to main content
Participant
September 26, 2013
Question

jcr:title is not updating with special characters

  • September 26, 2013
  • 0 replies
  • 513 views

I am udating jcr:title property through java servlet POST node.setProperty("jcr:title", request.getParameter("title")); the request contains some special character like éé but when i see the jcr:content of the page its converted into éé any idea how to update jcr:title with special character.

Please help me to solve the problem.

Thanks,

Harsh

This topic has been closed for replies.