Does anyone have an example for testing Jsps? I looked over the examples but
could not find any. 

The jsp is the view in our model. A servlet would populate the "bean" object
and put in request and forward it to the jsp. The jsp would have the
following:

<jsp:useBean id="bean" class="Bean" scope="request" />
<%@ include file="../another.jsp" %>
<%= bean.getName() %>
...

How would one test the jsp using Cactus in this case?

Thanks.
Kevin

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to