> -----Original Message----- > From: praveen [mailto:[EMAIL PROTECTED] > Sent: jeudi 23 d�cembre 2004 14:41 > To: Cactus Users List > Subject: Re: jsf custom tag libs > > 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.
What do you mean by "framework"? The book explains how to unit test tag libs. What more are you looking for? > > 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. I don't know JSF. You're the one who knows... > > 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. I don't know. I don't think I can help you more at this point. I think it goes beyond the scope of Cactus. Maybe some others have used JSF and will understand what you mean and what you're looking for. -Vincent > ----- Original Message ----- > From: "Vincent Massol" <[EMAIL PROTECTED]> > To: "'Cactus Users List'" <[email protected]> > Sent: Thursday, December 23, 2004 6:54 PM > Subject: RE: jsf custom tag libs > > > Hi Praveen, > > <plug>You can find detailed information in my "JUnit in Action" > book</plug>. > 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:[EMAIL PROTECTED] > > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
