LoginManager displays a login form by calling a page something like
this:

<dtml-raise "'LoginRequired'">
  <html>
    <form action="foo">
      <!-- some form doohickeys -->
    </form>
  </html>
</dtml-raise>

this works fine on one of my boxen but not the other.  The bust one
raises the exception but doesn't print the message.  Instead it
renders my standard_html_header and standard_html_footer, with the
stack trace in comments at the bottom of the page.

Please! Can anyone point me a what might be causing this to happen?

cheers

seb

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

Reply via email to