Return-Path: X-Original-To: apmail-cocoon-users-archive@www.apache.org Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2894E912C for ; Fri, 13 Apr 2012 17:03:36 +0000 (UTC) Received: (qmail 90400 invoked by uid 500); 13 Apr 2012 17:03:35 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 90313 invoked by uid 500); 13 Apr 2012 17:03:34 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 90303 invoked by uid 99); 13 Apr 2012 17:03:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 17:03:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [140.105.64.3] (HELO inogssmtp.ogs.trieste.it) (140.105.64.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 17:03:25 +0000 Received: from antivirus_check (localhost [127.0.0.1]) by inogssmtp.ogs.trieste.it (Postfix) with ESMTP id 331827F72E for ; Fri, 13 Apr 2012 19:03:05 +0200 (CEST) Received: from [192.168.0.2] (adsl-ull-236-209.49-151.net24.it [151.49.209.236]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: abrosich) by inogssmtp.ogs.trieste.it (Postfix) with ESMTPSA id F3A637F72D for ; Fri, 13 Apr 2012 19:03:04 +0200 (CEST) Message-ID: <4F885C48.8070301@ogs.trieste.it> Date: Fri, 13 Apr 2012 19:03:04 +0200 From: Alberto User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3 MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Forms and maps X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP - INOGS [Fri Apr 13 19:03:05 2012 +0200 (CEST)] Hi, I'm using cocoon 2.1.12-dev and I'm facing how to include a map in cocoon forms. I have to do simple things from flowscript: load a kml url and receive the coordinates of an area selection. I'm considering to use OpenLayers or Google Maps. Looking sources I found already existing widget classes for GoogleMaps (org.apache.cocoon.forms.formmodel.GoogleMap) but it is undocumented and using it I have the following error: "Non-existing component for this hint (Key='googlemap')". Moreover it seems it lacks methods to load a kml file. So, which is the best way to do it? The googlemap widget is working? I have to write a new widget following the document http://wiki.apache.org/cocoon/CocoonFormsCreatingWidgets? Any suggest is welcome Best regards Alberto --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org