Return-Path: X-Original-To: apmail-tapestry-dev-archive@www.apache.org Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D022C2592 for ; Fri, 29 Apr 2011 07:26:51 +0000 (UTC) Received: (qmail 45378 invoked by uid 500); 29 Apr 2011 07:26:51 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 45250 invoked by uid 500); 29 Apr 2011 07:26:45 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 45242 invoked by uid 99); 29 Apr 2011 07:26:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2011 07:26:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2011 07:26:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 20DDAB9BFB for ; Fri, 29 Apr 2011 07:26:03 +0000 (UTC) Date: Fri, 29 Apr 2011 07:26:03 +0000 (UTC) From: "Mihail Slobodyanuk (JIRA)" To: commits@tapestry.apache.org Message-ID: <427344539.11232.1304061963131.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (TAP5-1516) Tapestry don't undestent when index page located in component library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Tapestry don't undestent when index page located in component library --------------------------------------------------------------------- Key: TAP5-1516 URL: https://issues.apache.org/jira/browse/TAP5-1516 Project: Tapestry 5 Issue Type: Bug Components: tapestry-core Affects Versions: 5.2.5 Reporter: Mihail Slobodyanuk When i locate Index page in library and it's logical name is ori/index. I define SymbolConstants.START_PAGE_NAME as "ori/index". But, when i return logical name "" or "/" in onActivate other page or put PageLink on "" or "/" in template i get error 'Unable to resolve '/' to a known page name'. method org.apache.tapestry5.internal.services.ComponentClassResolverImpl.fillNameToClassNameMap look only last part after "/" and ignore library name. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira