Re: trying to use Apache URL forwarding with struts

2005-03-10 Thread Jonathan Corbin
Since I didn't get a response from the list, I did what any self-respecting java programmer would do. I dug into the struts code. From FormTag.java: /** * Renders the action attribute */ protected void renderAction(StringBuffer results) { HttpServletResponse response = (HttpServlet

trying to use Apache URL forwarding with struts

2005-03-09 Thread Jonathan Corbin
I've been trying to get struts to do what I want, and I haven't been successful. Since what I'm trying to do is a bit complicated, I'll explain that first =] I want the user of my web application to go to the URL http://webserver/path/i/want Apache then forwards the request to another url, hitt