Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 91493 invoked from network); 31 May 2006 12:07:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 May 2006 12:07:25 -0000 Received: (qmail 53728 invoked by uid 500); 31 May 2006 12:07:23 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 53680 invoked by uid 500); 31 May 2006 12:07:23 -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 53663 invoked by uid 99); 31 May 2006 12:07:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 05:07:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 05:07:22 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 720EC7141ED for ; Wed, 31 May 2006 12:06:31 +0000 (GMT) Message-ID: <30236237.1149077191464.JavaMail.jira@brutus> Date: Wed, 31 May 2006 12:06:31 +0000 (GMT+00:00) From: "Thomas Goorden (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (MYFACES-1167) No javascript with MyFaces & Facelets In-Reply-To: <206946825.1141882839224.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/MYFACES-1167?page=comments#action_12414037 ] Thomas Goorden commented on MYFACES-1167: ----------------------------------------- It seems to me the issue is either unfixed or popping back up: When using Facelets + JSF 1.2 RI (JSF12Kickstart used as a basis), h:commandLink works as expected. However, when one drops in tomahawk.jar (not MyFaces in total), those same links break. The JavaScript "clear" funtion is generated in the tag, but the corresponding JavaScript function itself is not present in the page. I'm using the latest binary distribution of Tomahawk (1.1.2, dated the 6th of may 2006 so it should include the afformentioned bugfix). Can somebody describe what the bugfix did, so I might verify it or provide further feedback? Regards, Thomas > No javascript with MyFaces & Facelets > ------------------------------------- > > Key: MYFACES-1167 > URL: http://issues.apache.org/jira/browse/MYFACES-1167 > Project: MyFaces Core > Type: Bug > Versions: 1.1.2-SNAPSHOT > Environment: Any OS, Resin 3.0.18, JDK 1.4.2 > Reporter: Boris Kovalenko > Assignee: Mario Ivankovits > > When MyFaces are used with Facelets 1.0.12 there is no JavaScript generated if no is present. Very simple example: > xmlns:ui="http://java.sun.com/jsf/facelets" > xmlns:h="http://java.sun.com/jsf/html" > xmlns:t="http://myfaces.apache.org/tomahawk"> > > > Facelets: Number Guess Tutorial > > > > > > > > > [root@boris /mnt/work.1/www]# [root@boris /mnt/work.1/www]# cat test.xhtml > > xmlns:ui="http://java.sun.com/jsf/facelets" > xmlns:h="http://java.sun.com/jsf/html" > xmlns:t="http://myfaces.apache.org/tomahawk"> > > > Facelets: Number Guess Tutorial > > > > > > > > > When h:commandLink is inside h:form - all is ok. But... why we can't use h:commandLink without form? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira