You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Kaushal Zagade <za...@gmail.com> on 2005/01/28 23:44:37 UTC

Cactus and JSF

Hi All,

I am testing a JSF file with cactus. I just want to know is there any
cactus class that supports this ? i mean just like ServletTestCase and
JspTestCase is there any JSFTestCase ? if not is there any way we can
test a JSF ? i have tried a workaround which is  calling a JSP file
from the TestCase and in the JSP I just do forward to a JSF file. It
is working fine for limited scenarios.

Kaushal

RE: Cactus and JSF

Posted by Vincent Massol <vm...@pivolis.com>.

> -----Original Message-----
> From: Kaushal Zagade [mailto:zagade@gmail.com]
> Sent: vendredi 28 janvier 2005 23:45
> To: Cactus Users List
> Subject: Cactus and JSF
> 
> Hi All,
> 
> I am testing a JSF file with cactus. I just want to know is there any
> cactus class that supports this ? i mean just like ServletTestCase and
> JspTestCase is there any JSFTestCase ?

Not that I know of.

> if not is there any way we can
> test a JSF ?

Probably. What is a "JSF"? Is it a servlet, a jsp page, a taglib, etc?

> i have tried a workaround which is  calling a JSP file
> from the TestCase and in the JSP I just do forward to a JSF file. It
> is working fine for limited scenarios.

So, what are the scenarios you wish to test that you cannot?

Thanks
-Vincent