hello guys, i am testing an JSP with cactus. some where i had read that while testing an EJB with cactus we need to create a client project, web project and the EJB project.
but for the JSP i just want to make a simple test case. do i need to create a client project ? or can i just run the JSP directly ? i have a java bean written which has all the cactus methods in it (setup, testXXX etc) . the test case just sets a name in the setName method and which is displayed i the JSP. is this correct ? thank you. Kaushal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
