The following class extends Tiles Controller class.
After user logins, it cannot get the value of login username from the
class LoginForm. How can I change the code so that it can get the
value of login username?

Thnx


          public void perform (ComponentContext context,
                               HttpServletRequest request,
                               HttpServletResponse response,
                               ServletContext servletContext)
                        throws ServletException, IOException {

                HttpSession session = request.getSession();
                session.getAttribute("loginForm.username");

          }

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

Reply via email to