Return-Path: Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: (qmail 67336 invoked from network); 15 Apr 2011 08:05:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2011 08:05:43 -0000 Received: (qmail 30990 invoked by uid 500); 15 Apr 2011 08:05:43 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 30940 invoked by uid 500); 15 Apr 2011 08:05:43 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 30932 invoked by uid 99); 15 Apr 2011 08:05:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2011 08:05:43 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [41.48.9.21] (HELO mta-neotel-1.cellc.co.za) (41.48.9.21) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2011 08:05:34 +0000 Received: from abacus.localdomain ([41.53.241.227]) by mta-neotel-1.cellc.co.za (8.14.4/8.14.4) with ESMTP id p3F855aI026199 for ; Fri, 15 Apr 2011 10:05:09 +0200 Received: from [192.168.0.102] (bubbles [192.168.0.102]) by abacus.localdomain (Postfix) with ESMTP id A31818D4A for ; Thu, 14 Apr 2011 20:09:05 +0200 (SAST) From: "Kevin Meyer - KMZ" Organization: Kevin Meyer (Sole Prop.) To: isis-dev@incubator.apache.org Date: Thu, 14 Apr 2011 20:08:52 +0200 MIME-Version: 1.0 Subject: Missing resources in wicket ui Message-ID: <4DA73834.24581.53B0E3@kevin.kmz.co.za> Priority: normal X-mailer: Pegasus Mail for Windows (4.52) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-MSISDN: 27848775662 X-CONN-IP: 41.53.241.227 X-Virus-Checked: Checked by ClamAV on apache.org Hi Dan, I'm running the wicket viewer, and I'm getting lots of warnings about a missing resource: org/apache/isis/viewer/wicket/ui/components/widgets/cssmenu/CssMenuItemPanel.css and a few others (e.g.): org/apache/isis/viewer/wicket/ui/components/entity/blocks/propcoll/PropCollForm.css Otherwise, the Wicket viewer seems to be behaving itself nicely - contributed actions are picking up the current object for passing in as parameter, etc. Kevin