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

Problem in action forwarding

2005-08-23 Thread wilson wong
Greeting Setup Win 2K , Tomcat 5.0.28 with struts 1.2.7 Problem: Every action being "forward to" always execute the webapps/mycontext/index.jsp prior to the action being invoked Web.xml index.jsp index.jsp %@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-logic.tld