S
ShadowMan
Hi all,
I would implement a simple authentication and authorization system .
I'm using Struts and I found that extending RequestProcessor is a right way
to do that (in place of ServletFilter use) ..
I also use Tiles framework, so when User attribute is not found on session,
I would redirect to the login page.
This page is defined as tile composition, so I have a logical name that
references it....how can I make a sort of "sendRedirect" to this page,
inside processPreprocess method of MyRequestProcessor?
thanx
I would implement a simple authentication and authorization system .
I'm using Struts and I found that extending RequestProcessor is a right way
to do that (in place of ServletFilter use) ..
I also use Tiles framework, so when User attribute is not found on session,
I would redirect to the login page.
This page is defined as tile composition, so I have a logical name that
references it....how can I make a sort of "sendRedirect" to this page,
inside processPreprocess method of MyRequestProcessor?
thanx