--- On Wed, 6/25/08, Mustafa Cayci <[EMAIL PROTECTED]> wrote:
> Let me try to understan what you mean.  Are you saying
> that I should be doing this
>     public ActionForward execute(ActionMapping mapping,
> ActionForm form, 
>                                 
> HttpServletRequest request, 
>                                 
> HttpServletResponse response) throws Exception {
> ....
>         HttpSession session = request.getSession();
>        
> session.setAttribute("Principal",principal);
>        
> response.sendRedirect("/testsqlservlet/testsqlservlet");
> ...
> Because this did not work.  

If they're actually two different applications, no, it wouldn't work. 

Unlike the other reply I had assumed they were in the same app, but apparently 
you meant what you said. Things don't work like that, on several ways, so 
you'll have to explore other options.

Dave


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

Reply via email to