DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16982>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16982 Action listed as a "welcome-file" in web.xml not executed unless dummy file exists [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-02-12 02:40 ------- What I do is specify an index.jsp as the welcome file, where the content of index.jsp is simply: <%@ page errorPage="error.jsp" session="false" %> <jsp:forward page="/myaction.do" /> I believe it is required that the welcome page refers to a physical file, although I couldn't quote you a spec reference for that. In any case, it's not a Struts issue. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]