|
|
 |
 |
 |
manilaSuite.staticRendering.discussCallback
If static rendering is mis-configured, the user may see a myterious error message, "Can't find a table called pt" after editing a page. This patch eliminates that error, which is a consequence of changing the page table address and not setting it back to the original in the event of a fault.
This patch remedies the problem and adds logging of the fault, which would otherwise be invisible except that static pages would not be rendered.
| on discussCallback (adrMsgTable, adrSite=nil) |
| |
«This is called when a dg message is new or changes, so Manila has a chance to render the page. |
| |
bundle //get the address of the Manila site |
| |
bundle //static rendering and auto-rendering must both be enabled |
| |
try //maybe render this message, if it's part of a renderable page |
| |
else // 10/22/04; 10:46:54 AM by EDS incorporating DAB |
Relative to Frontier version 9.7b10
|