"python:test(search_submitted, mtool.searchForMembers(\r\n {request.get('search_param',''):\r\n request.get('search_term', '')}), None)", at line 12, column 3</pre>
I customized the page and removed the characters (Windows newlines?) and the page works.
Time for more testing...
That is an odd bug.
Posted bymaxmat
2004-03-06 12:29 AM
I am not shure that this is my bug.
It seems more like it is CMFFormController acting up. \r\n in a form instead of \n should not break a it. If it does, it is most certainly a bug in CMFFormController. What version of Plone are you using?
"python:test(search_submitted, mtool.searchForMembers(\r\n {request.get('search_param',''):\r\n request.get('search_term', '')}), None)", at line 12, column 3</pre>
I customized the page and removed the characters (Windows newlines?) and the page works.
Time for more testing...
It seems more like it is CMFFormController acting up. \r\n in a form instead of \n should not break a it. If it does, it is most certainly a bug in CMFFormController. What version of Plone are you using?
Are you on Windows or Linux?
Replies to this comment
good fixed!