hi,
one way of redirecting is
first within xsp logic tags get
the dynamic value aand with a if loop try this out
javax.servlet.RequestDispatcher
turn=
((org.apache.cocoon.environment.http.HttpRequest)request).getRequestDispatch er("hello.xml"); turn.forward(((org.apache.cocoon.environment.http.HttpRequest)request).getHttpServletRequest(),((org.apache.cocoon.environment.http.HttpResponse)response).getHttpServletResponse()); regards
sumit
|
- redirection in an XSP m-rao
- Re: redirection in an XSP reachsumit
- Re: redirection in an XSP Sidharth