Fix for www/storageForm.dtml $ diff storageForm.dtml.orig storageForm.dtml 7c7 < <FORM METHOD="POST" ACTION="manage_setStorage"> ---
<FORM METHOD="POST" ACTION="."> 56c56 < <br><INPUT TYPE="SUBMIT" value=" Change Storage Settings">
<br><INPUT TYPE="SUBMIT" name="manage_setStorage:method" value=" Change Storage Settings">
At 08:44 PM 6/19/00 +0800, mike wrote:
Fix for www/storageForm.dtml
$ diff storageForm.dtml.orig storageForm.dtml 7c7 < <FORM METHOD="POST" ACTION="manage_setStorage"> ---
<FORM METHOD="POST" ACTION="."> 56c56 < <br><INPUT TYPE="SUBMIT" value=" Change Storage Settings">
<br><INPUT TYPE="SUBMIT" name="manage_setStorage:method" value="
Change Storage Settings">
What was the original doing incorrectly? Thanks.
"Phillip J. Eby" wrote:
At 08:44 PM 6/19/00 +0800, mike wrote:
Fix for www/storageForm.dtml
$ diff storageForm.dtml.orig storageForm.dtml 7c7 < <FORM METHOD="POST" ACTION="manage_setStorage"> ---
<FORM METHOD="POST" ACTION="."> 56c56 < <br><INPUT TYPE="SUBMIT" value=" Change Storage Settings">
<br><INPUT TYPE="SUBMIT" name="manage_setStorage:method" value="
Change Storage Settings">
What was the original doing incorrectly? Thanks.
Try to press 'Remove Orphaned Slots' button. It calls manage_setStorage/manage_pack. Mike
(ZPatterns 0.4a5, Zope 2.2.0) If an agent raises an exception, you don't get to see the traceback. Instead, the object is simply not added (if the exception was in _objectAdded, donno what happens in _objectChanged). This makes debugging agents basically impossible... -- Itamar S.T. itamar@maxnm.com Fingerprint = D365 7BE8 B81E 2B18 6534 025E D0E7 92DB E441 411C
participants (3)
-
Itamar Shtull-Trauring -
mike -
Phillip J. Eby