Hi,

I  want to have a controller servlet or  jsp which should be the point of
entry for my application.  This page does generic authentication and then
transfers control to the requested  URL

eg.. when the user  wants to view xyz.jsp the  request should   first  come
to  controller.jsp which does some operations and forwards the request  to
xyz.jsp

Is  there  a way to do  it in Turbine. I was  wondering if  there were  any
properties that we need to set which  would ensure that the Turbine servlet
transfers control to  controller.jsp always.

Thanks
raghu


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

Reply via email to