Hello James, I had the same problem and another Struts 2 developer showed me one way to do it. (I didn't get it to work to specify the action as a welcome-file.) The solution is almost like you did. The only difference is how you call the action from index.jsp. I don't know if it's more elegant but this should also work (at the top of index.jsp):
<meta http-equiv="Refresh" CONTENT="0; URL = /myproject/MyAction.action"/> -Just in case you wanted to know. /Ylva --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]