7 Feb
2003
7 Feb
'03
3:56 p.m.
I've already set my unicode "latin-1" in sitecustomize.py
undo that and try again I did it, but it didn't work. Anyway, I could solve it.
I was doing the following: <dtml-with myObject> <dtml-var editForm> </dtml-with> and I replaced it by: <dtml-let ObjUrl="_.str(myObject.absolute_url())"> <dtml-call "RESPONSE.redirect(ObjUrl+'/editForm')"> </dtml-let> Strangely I don't have those umlaut problems when modifying my properties.