Hi Pankaj,
If you do not want to use container-supported security, storing information in the session that captures the login is typical. You then need to check the session information in every page which requires login, and delete the information (or invalidate the session) when the user log
n action class.
>
> Something like
>
> public class BlankAction extends Action {
> public ActionForward execute(..) throws Exception {
> return mapping.findForward("success");
> }
> }
>
>
>
>
>
>
> Should work just fine.
I am trying to put together an example j2ee web site using struts/tiles as
the front end, using struts 1.2.8. I have been trying to guess and
experiment to find out how to merge the two, since most examples just use
jsp pages for the view layer, and I am trying to use tiles throughout.
What m
3 matches
Mail list logo