Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 75732 invoked from network); 8 Feb 2008 13:59:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 13:59:12 -0000 Received: (qmail 35732 invoked by uid 500); 8 Feb 2008 13:59:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 35674 invoked by uid 500); 8 Feb 2008 13:59:03 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 35663 invoked by uid 99); 8 Feb 2008 13:59:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 05:59:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paulmcmahan@gmail.com designates 64.233.184.230 as permitted sender) Received: from [64.233.184.230] (HELO wr-out-0506.google.com) (64.233.184.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 13:58:33 +0000 Received: by wr-out-0506.google.com with SMTP id c49so3491165wra.1 for ; Fri, 08 Feb 2008 05:58:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; bh=dV5c5PU44zmXMKznhebzBL81vgBzzWjuuBHZgmEANmo=; b=QfYu3uwwc7YF54yQO6xjn8Adt0qqnmBlvkj1IUOCk6wlwj3Pm539VoKDLbvSuzOREJ8D848j/pfMu7ba2xb9++oQtxrj4+/5Zl/Zb9u/7PMd21ZGjlQyUgPBdbMA7YhnZbMxZrZJSB1pSBoU0zdW7+jwDffx22kdDyDDz0YHPiM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=X4g7lsIX3MARCdmhpV0ZWsZerYlbBhOFW38bJG7PDBHtt5gccHVI5u6EEs3SykFF32cq5ZwD06clwbigYV0bZzU/8aZ3BdFQ9ht9BaVTnXoypIexdu+dTNfa5IXyZxmp2gmFMFXllA21fF3yTlxZxOCG8V8gqlZsXam/z+3HBs4= Received: by 10.142.77.11 with SMTP id z11mr2979311wfa.98.1202479118678; Fri, 08 Feb 2008 05:58:38 -0800 (PST) Received: from ?9.27.150.179? ( [129.33.49.251]) by mx.google.com with ESMTPS id j13sm26830524rne.9.2008.02.08.05.58.37 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Feb 2008 05:58:37 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <466797bd0802072249n63464d0fr84107f06443ae11b@mail.gmail.com> References: <466797bd0802072249n63464d0fr84107f06443ae11b@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <896F9DF6-E9F9-453D-8087-620988A684C1@gmail.com> Content-Transfer-Encoding: 7bit From: Paul McMahan Subject: Re: Adding a page to a plugin Date: Fri, 8 Feb 2008 08:59:03 -0500 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org There is some documentation on the extensible admin console here which describes the architecture and has samples: http://cwiki.apache.org/GMOxDEV/extensible-administration-console.html If you are writing a plugin for the admin console then I would encourage you to look over that documentation and improve/correct it as you see fit. Best wishes, Paul On Feb 8, 2008, at 1:49 AM, Manu George wrote: > Hi, > On a related note , since the pluggable console was introduced > is there any doc on how to include new portlets or on the architecture > of the pluggable console. A doc will really go a long way in helping > others develop new portlets. A list of files to look at will in itself > be a great help. > > Thanks > Manu > > On Feb 8, 2008 3:20 AM, Joseph Leong wrote: >> Hi everyone, >> >> I'm trying to add a page to a plugin. After tracing the code, it >> is running >> through the handler ie.. hitting the actionBeforeView and going >> into the >> renderView. However nothing of my jsp page is showing up. >> >> The steps i've taken are: 1) Create the handler page 2) create the >> jsp page >> 3) Add the "addhelper" in the ImportExportPortlet.java >> >> Is there anything blatantly obvious that I'm missing? Or i will >> continue to >> work with these 3 pieces. >> >> Thanks! >> >> -Joseph Leong >>