Leon Rosenberg wrote:
> 4. put all jsps under WEB-INF so they are NOT accessable via url.
> always link urls to actions and forward to jsps. Make a simply forward
> action (the only line: return mapping.findForward("success"); ) for
> jsp which do not need any preprocessing
>   
Or use the action mapping 'forward' property and avoid writing the
action at all ;)

Dave



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

Reply via email to