From user-return-4086-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Wed Feb 21 22:46:01 2007 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 38725 invoked from network); 21 Feb 2007 22:46:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 22:46:00 -0000 Received: (qmail 46855 invoked by uid 500); 21 Feb 2007 22:46:08 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 46824 invoked by uid 500); 21 Feb 2007 22:46:08 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 46815 invoked by uid 99); 21 Feb 2007 22:46:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 14:46:08 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [69.7.177.126] (HELO HOUDC-EXCHVS1.corp.tousa) (69.7.177.126) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 14:45:57 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: faq pages not rendering Date: Wed, 21 Feb 2007 16:45:30 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: faq pages not rendering Thread-Index: AcdWCfzs9FoQRlceQ76xYyz4a8rs0A== From: "Kent Butler" To: X-Virus-Checked: Checked by ClamAV on apache.org Hi -=20 I'm new to Forrest but it looks great so far. I'm using v0.8 which I downloaded yesterday. I ran into a problem using a FAQ page in my document - I don't get any build errors and I can browse the document just fine, but when I select my FAQ page on the side-nav, the content pane is blank. To be clear, everything is rendered except the content of the faq.html file itself. I still have side-menu, tabs, images, etc. It seems like the renderer that processes 'faqs' DTD content gave up, but..it's the Forrest sample faq.html. To troubleshoot this I tried using/comparing stuff from the default 'seed' site. So my FAQ page is actually the samples/faq.html. On the default site ('forrest seed') I can see the page contents fine. The WEB-INF/logs core.log and error.log look the same as the default site. Build results for my little project are cleaner than the default site, but both start up with a few Warnings about some resource locations.=20 I'm befuddled. I couldn't find anything in the Versioned Docs addressing this, known bugs, or mail archives. At least a logged error would give me something to go on. I've simplified my project as much as possible. Following is my site.xml and tabs.xml files. I haven't modified forrest.properties at all, and only a few changes to skinconf.xml. ------ Contents of my site.xml -------- ------ Contents of my tabs.xml -------- ------ Changes to my skinconf.xml -------- values of the tags values of the tags change to location=3D"none" values of info And that's it. I do have FORREST_HOME defined as a system EnvVar (I'm using WinXP), and the bin/ dir is in my path. Thanks for any thoughts or ideas -=20 Kent