standard_error_message in ZPT
27 Dec
2005
27 Dec
'05
9:54 p.m.
Does anyone know if it possible to rewrite the standard_error_message in Page Templates? And if so how do you reference the objects within the error message? <p tal:content="here/error_value">error value</p> doesn't work. Thanks.
27 Dec
27 Dec
10:06 p.m.
New subject: [Zope] standard_error_message in ZPT
Sam Boggess schrieb:
Does anyone know if it possible to rewrite the standard_error_message in Page Templates?
Yes.
And if so how do you reference the objects within the error message?
<p tal:content="here/error_value">error value</p>
Its options/error_value The object is called with named arguments - hence the options namespace in ZPT.
7404
Age (days ago)
7404
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sam Boggess -
Tino Wildenhain