- From: Anselm Baird_Smith <abaird@www43.inria.fr>
- Date: Mon, 25 Nov 1996 13:50:13 +0100 (MET)
- To: "Kai Schmidt" <serkom@schwaben.de>
- Cc: "jigsaw" <www-jigsaw@w3.org>
Kai Schmidt writes: > document http://pentium/Test/DynaForm is indexed but not available > The server is misconfigured. The only reason for having this message is the following (although I am not sure this will answer your mail): You have created a subclass of FileResource (or PostableResource), that - in the latter case - has the "genereates-file" set to false. So Jigsaw is looking for a file named DynaForm in pentium/Test, which probably doesn't exist, hence the error. If your class is a subclass of DynaForm, and if this is the intent, turn the generates-file attribute to true. Anselm.
Received on Monday, 25 November 1996 07:50:39 UTC