From commits-return-3291-apmail-myfaces-commits-archive=myfaces.apache.org@myfaces.apache.org Sun Oct 02 14:27:04 2005 Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 83420 invoked from network); 2 Oct 2005 14:27:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2005 14:27:01 -0000 Received: (qmail 25097 invoked by uid 500); 2 Oct 2005 14:26:59 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 25053 invoked by uid 500); 2 Oct 2005 14:26:59 -0000 Mailing-List: contact commits-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 commits@myfaces.apache.org Delivered-To: moderator for commits@myfaces.apache.org Received: (qmail 88937 invoked by uid 99); 30 Sep 2005 15:49:17 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Message-ID: <20050930154856.22403.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r292784 - in /myfaces/examples/trunk/sandbox: effect.jsp home.jsp Date: Fri, 30 Sep 2005 15:48:55 -0000 To: commits@myfaces.apache.org From: werpu@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: werpu Date: Fri Sep 30 08:48:51 2005 New Revision: 292784 URL: http://svn.apache.org/viewcvs?rev=292784&view=rev Log: (empty) Added: myfaces/examples/trunk/sandbox/effect.jsp Modified: myfaces/examples/trunk/sandbox/home.jsp Added: myfaces/examples/trunk/sandbox/effect.jsp URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/sandbox/effect.jsp?rev=292784&view=auto ============================================================================== --- myfaces/examples/trunk/sandbox/effect.jsp (added) +++ myfaces/examples/trunk/sandbox/effect.jsp Fri Sep 30 08:48:51 2005 @@ -0,0 +1,57 @@ +<%@ page session="false" contentType="text/html;charset=utf-8"%> +<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> +<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> +<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> +<%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="s"%> + + + +<%@include file="inc/head.inc"%> + + + + + + + + + + + + + + + + + + + + + + + + + +<%@include file="inc/page_footer.jsp"%> + + + + + Modified: myfaces/examples/trunk/sandbox/home.jsp URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/sandbox/home.jsp?rev=292784&r1=292783&r2=292784&view=diff ============================================================================== --- myfaces/examples/trunk/sandbox/home.jsp (original) +++ myfaces/examples/trunk/sandbox/home.jsp Fri Sep 30 08:48:51 2005 @@ -25,6 +25,8 @@ AccordionPanel Validation example 2 - including URL validator GraphicImageDynamic - graphic image without a dedicated servlet + Effect - FAT and script.aculo.us effects +