Re: Problem in action forwarding

2005-08-24 Thread Frank W. Zammetti
On the surface at least, that seems to be how I would expect it to work... I would think the tag renders as: ...you might also see the context before that slash, I'm not sure... Since you have defined a welcome page, and since this request would map to it, it makes sense that the JSP would exec

Re: Problem in action forwarding

2005-08-24 Thread wilson wong
Found my own problem In one of my include JSP I have this html tag defined This will trigger the Struts frmawork to execute contextpath/index.jsp if you have this in your JSP page Wonder if this the way how struts work or this is a bug. --- wilson wong <[EMAIL PROTECTED]> wrote: > Greeti