Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 28919 invoked from network); 12 Feb 2010 14:06:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 14:06:59 -0000 Received: (qmail 80863 invoked by uid 500); 12 Feb 2010 14:06:58 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 80784 invoked by uid 500); 12 Feb 2010 14:06:58 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 80776 invoked by uid 99); 12 Feb 2010 14:06:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 14:06:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 14:06:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E0E47234C4A9 for ; Fri, 12 Feb 2010 06:06:27 -0800 (PST) Message-ID: <1307782218.232641265983587920.JavaMail.jira@brutus.apache.org> Date: Fri, 12 Feb 2010 14:06:27 +0000 (UTC) From: "Jakob Korherr (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (MYFACES-2543) Facelets Taglib jars are not recognized In-Reply-To: <68735617.152841265733688078.JavaMail.jira@brutus.apache.org> 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 [ https://issues.apache.org/jira/browse/MYFACES-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833000#action_12833000 ] Jakob Korherr commented on MYFACES-2543: ---------------------------------------- I agree with Leonardo. > Facelets Taglib jars are not recognized > --------------------------------------- > > Key: MYFACES-2543 > URL: https://issues.apache.org/jira/browse/MYFACES-2543 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.0.0-beta > Environment: Facelets > Reporter: Ganesh Jung > Assignee: Leonardo Uribe > Fix For: 2.0.0-beta-2 > > Attachments: MyFaces_Test.jar > > > Facelets taglibs defined according to the spec 10.3.2 are not recognized. > This page uses a test taglib (see attachment): > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:f="http://java.sun.com/jsf/core" > xmlns:h="http://java.sun.com/jsf/html" > xmlns:ui="http://java.sun.com/jsf/facelets" > xmlns:test="http://j4fry.org/test"> > > > > > but test:button is not resolved... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.