[EMAIL PROTECTED] writes:
 > How hard would it be to add more of the called URL to the traceback?
 >
 > ... traceback ...
 >
 > Great, I know that I have not put product_number in as a cookie or a hidden
 > value, and it could not be found by acquisition.  It failed in rendering
 > index_html.  But there are 5 index_html's it could have failed in.
 > 
 > How hard would it be to change the error message to say:
 > 
 > Traceback (innermost last):
 >   Exception raised while constructing 
 >   http:....
It would probably not be hard to add the URL.

Try editing "standard_error_message" and add "<dtml-var URL>"
at an appropriate place.

You can get it, too, when you are your browser to show
you the page/frame info.


Dieter

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to