FTP table conflicts when rolling one's own page table to pass to html.buildOnePage ()
Bill Humphries
whump at apple.com
Wed Apr 24 11:41:45 PDT 2002
In the web application I'm working on, pages are stored in one guest
database. The workflow interface is served out of another. When it's time
to publish a page, I have a script which saves the page table from the
workflow interface, then assembles a new page table (selecting the table
renderer, the ftp table, image tables, etc) and then calls
html.buildOnePage () with the new page table.
Examining the page tables, I can see that the page is being assembled, but
it appears that the ftp table I assigned to the synthetic page table is
being overridden by the ftp table in the page guest database. The ftp
table I need is the one which connects my file writer, while the one
winding up in buildOnePage is the minimal ftp table for mainResponder's
purposes.
Any ideas on how to get the right ftp table into buildOnePage's scope?
Thanks.
-- whump
More information about the Frontier-Users
mailing list