Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 37792 invoked by uid 99); 23 Dec 2004 13:41:06 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of praveen.kumar@ionidea.com designates 203.123.176.52 as permitted sender) Received: from satyaki.pacific.net.in (HELO satyaki.pacific.net.in) (203.123.176.52) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 23 Dec 2004 05:41:01 -0800 Received: from mail2.bgr.ionidea.com (sixz0035.bgr.ionidea.com [203.123.184.35] (may be forged)) by satyaki.pacific.net.in with SMTP id TAA18261 for ; Thu, 23 Dec 2004 19:10:42 +0530 (IST) Received: from cfmvinpro2 ([10.91.1.43]) by mail2.bgr.ionidea.com (8.13.1/8.12.2) with SMTP id iBNDeprS026198 for ; Thu, 23 Dec 2004 19:10:51 +0530 Message-ID: <001301c4e8f5$1a7e68a0$2b015b0a@cfmvinpro2> From: "praveen" To: "Cactus Users List" References: <200412231326.iBNDQRs2021720@relay.ffx.ionidea.com> Subject: Re: jsf custom tag libs Date: Thu, 23 Dec 2004 19:11:28 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked Thanx Vincent for your reply. Here i am facing a problem while testing the custom tagligs for jsf. I tried that exaples which was given in junit book and also there is no frame work given for to test jsf custom tag libs. In jsp cutomtag ligs for to test we are extends jsptestcase.But in jsf what we need to extends...If i use that frame work in that there is no startTag some thing alike that. we have a customtaglib aphanumericvalidator(anv) it is calling Validator createValidator() which is internally calling validate(FacesContext context, UIComponent component, Object toValidate) this method. My questing is how can i pass value to that method. here FacesContext is an abstract class. Vincent i am waiting for your reply. Thanx&&Regards praveen. ----- Original Message ----- From: "Vincent Massol" To: "'Cactus Users List'" Sent: Thursday, December 23, 2004 6:54 PM Subject: RE: jsf custom tag libs Hi Praveen, You can find detailed information in my "JUnit in Action" book. Also, if you're ok with only the source code you can get it from http://junitbook.sf.net (look at the "pages" project). -Vincent > -----Original Message----- > From: praveen [mailto:praveen.kumar@ionidea.com] > Sent: vendredi 17 d�cembre 2004 10:21 > To: Cactus Users List > Subject: jsf custom tag libs > > hai all, > > I need help in writing testcases for jsf(java server faceses) custom > tag libs.Is there any article found in writing test cases for jsf custom > tag libs plz send that link or any example . > > > > > Thanx&&Regards > praveen. > > --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: cactus-user-help@jakarta.apache.org