I am trying to create a redirect method. What I am trying is following things in the Action. but I got the error saying I can't set the Response since it is already commited. If I don;t want to specify a redirect forward in the struts-conf.xml, how can I do it in the Action?
HttpServeletResponse.sendRedirect(url); return null; Thanks! Billy Ng

