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
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
2 matches
Mail list logo