Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 76784 invoked from network); 21 Nov 2006 19:17:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 19:17:38 -0000 Received: (qmail 31094 invoked by uid 500); 21 Nov 2006 19:17:48 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 31070 invoked by uid 500); 21 Nov 2006 19:17:47 -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 31061 invoked by uid 99); 21 Nov 2006 19:17:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 11:17:47 -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 [88.198.8.134] (HELO mail.possessed.de) (88.198.8.134) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 11:17:34 -0800 Received: by mail.possessed.de (Postfix, from userid 1000) id E08BF3E4004; Tue, 21 Nov 2006 20:17:33 +0100 (CET) Received: from [10.0.0.2] (p549BA020.dip0.t-ipconnect.de [84.155.160.32]) by mail.possessed.de (Postfix) with ESMTP id C51BB3E4002 for ; Tue, 21 Nov 2006 20:17:32 +0100 (CET) Message-ID: <456350B7.4010505@possessed.de> Date: Tue, 21 Nov 2006 20:17:11 +0100 From: "C. Grobmeier" User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: user@forrest.apache.org Subject: Creating your first Structurer Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on debian31m X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.0 required=4.5 tests=AWL autolearn=ham version=3.0.3 Hello all, sorry for my questions all the time, but i want to learn as much about forrest as i can. I really like this tool. Well, at the moment i am struggeling with the dispatcher again. I have a theme at my local projectfolder. Then i read: http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/how/howto-dispatcher-structurer.html the section "Creating your first structurer". I created the file /resources/structurer/url/index.fv as suggested with this content (same as in the docs): The result i get is blank with this source: Everything else, mean the samples/index.html page an such stuff, works great. I don't know what i missed- the examples seems to be easy but even restarting the jetty server doesn't show me some content. ideas? Thanks again! Chris